diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2007-02-24 12:31:21 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-02-24 12:31:21 +0000 |
| commit | 2e941d3d38530fbc1979a6eb72b3b43adee64d14 (patch) | |
| tree | 3b7bca4bd34724d151089d60a3874766b088c18c /phpBB/language/en/acp/common.php | |
| parent | 74ad87df5c696b62e73bc1b5b7c5fceea75932d7 (diff) | |
| download | forums-2e941d3d38530fbc1979a6eb72b3b43adee64d14.tar forums-2e941d3d38530fbc1979a6eb72b3b43adee64d14.tar.gz forums-2e941d3d38530fbc1979a6eb72b3b43adee64d14.tar.bz2 forums-2e941d3d38530fbc1979a6eb72b3b43adee64d14.tar.xz forums-2e941d3d38530fbc1979a6eb72b3b43adee64d14.zip | |
trying to fix some bugs...
git-svn-id: file:///svn/phpbb/trunk@7054 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/common.php')
| -rw-r--r-- | phpBB/language/en/acp/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index 054101147e..15c98672fb 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -326,7 +326,7 @@ $lang = array_merge($lang, array( 'RESYNC_POSTCOUNTS_CONFIRM' => 'Are you sure you wish to resynchronise post counts?', 'RESYNC_POST_MARKING' => 'Resynchronise dotted topics', 'RESYNC_POST_MARKING_CONFIRM' => 'Are you sure you wish to resynchronise dotted topics?', - 'RESYNC_POST_MARKING_EXPLAIN' => 'First unmarks all topics and then correctly marks topics that have seen any activity during the past six months', + 'RESYNC_POST_MARKING_EXPLAIN' => 'First unmarks all topics and then correctly marks topics that have seen any activity during the past six months.', 'RESYNC_STATS' => 'Resynchronise statistics', 'RESYNC_STATS_CONFIRM' => 'Are you sure you wish to resynchronise statistics?', 'RESYNC_STATS_EXPLAIN' => 'Recalculates the total number of posts, topics, users and files.', |
