diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2008-01-05 16:10:10 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-01-05 16:10:10 +0000 |
| commit | f0dea060972a48460ce64d3cdf885d82383763c6 (patch) | |
| tree | 8ae56525469a3c62b35d14f38375554acbf7f1e3 /phpBB/language/en/install.php | |
| parent | a4633d8ac09f50aceb9e5568baff59de61508bc8 (diff) | |
| download | forums-f0dea060972a48460ce64d3cdf885d82383763c6.tar forums-f0dea060972a48460ce64d3cdf885d82383763c6.tar.gz forums-f0dea060972a48460ce64d3cdf885d82383763c6.tar.bz2 forums-f0dea060972a48460ce64d3cdf885d82383763c6.tar.xz forums-f0dea060972a48460ce64d3cdf885d82383763c6.zip | |
Correctly check empty subjects/messages (Bug #17915)
Do not check usernames against word censor list. Disallowed usernames is already checked and word censor belong to posts. (Bug #17745)
Additionally include non-postable forums for moderators forums shown within the teams list. (Bug #17265)
git-svn-id: file:///svn/phpbb/trunk@8306 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/install.php')
| -rwxr-xr-x | phpBB/language/en/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index 09e3dddd19..f6ee3e99d6 100755 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -462,7 +462,7 @@ $lang = array_merge($lang, array( 'NO_VISIBLE_CHANGES' => 'No visible changes', 'NOTICE' => 'Notice', 'NUM_CONFLICTS' => 'Number of conflicts', - 'NUMBER_OF_FILES_COLLECTED' => 'Currently having differences about %1$d from %2$d files collected.<br />Please wait until file collection finished.', + 'NUMBER_OF_FILES_COLLECTED' => 'Currently differences of %1$d of %2$d files have been checked.<br />Please wait until all files are checked.', 'OLD_UPDATE_FILES' => 'Update files are out of date. The update files found are for updating from phpBB %1$s to phpBB %2$s but the latest version of phpBB is %3$s.', |
