aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/common.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2008-03-26 12:33:32 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2008-03-26 12:33:32 +0000
commit13f8fe7fcf4e8ecea498ed19fc1e38522b3e2c7f (patch)
treecfca7e0ff0afc109d3af8bcfe1fff5d20e10518f /phpBB/language/en/acp/common.php
parentf170f1c929a87398d756d1e7372baa818e9f60f8 (diff)
downloadforums-13f8fe7fcf4e8ecea498ed19fc1e38522b3e2c7f.tar
forums-13f8fe7fcf4e8ecea498ed19fc1e38522b3e2c7f.tar.gz
forums-13f8fe7fcf4e8ecea498ed19fc1e38522b3e2c7f.tar.bz2
forums-13f8fe7fcf4e8ecea498ed19fc1e38522b3e2c7f.tar.xz
forums-13f8fe7fcf4e8ecea498ed19fc1e38522b3e2c7f.zip
some corrections to the language files
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8471 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/common.php')
-rw-r--r--phpBB/language/en/acp/common.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php
index f8b91dd1aa..f380b1f570 100644
--- a/phpBB/language/en/acp/common.php
+++ b/phpBB/language/en/acp/common.php
@@ -264,10 +264,10 @@ $lang = array_merge($lang, array(
'SELECT_ANONYMOUS' => 'Select anonymous user',
'SELECT_OPTION' => 'Select option',
- 'SETTING_TOO_LOW' => 'The entered value for the setting “%s” is too low. The minimal allowed value is %d.',
- 'SETTING_TOO_BIG' => 'The entered value for the setting “%s” is too big. The maximal allowed value is %d.',
- 'SETTING_TOO_LONG' => 'The entered value for the setting “%s” is too long. The maximal allowed length is %d.',
- 'SETTING_TOO_SHORT' => 'The entered value for the setting “%s” is not long enough. The minimal allowed length is %d.',
+ 'SETTING_TOO_LOW' => 'The entered value for the setting “%1$s” is too low. The minimal allowed value is %2$d.',
+ 'SETTING_TOO_BIG' => 'The entered value for the setting “%1$s” is too big. The maximal allowed value is %2$d.',
+ 'SETTING_TOO_LONG' => 'The entered value for the setting “%1$s” is too long. The maximal allowed length is %2$d.',
+ 'SETTING_TOO_SHORT' => 'The entered value for the setting “%1$s” is not long enough. The minimal allowed length is %2$d.',
'UCP' => 'User Control Panel',
'USERNAMES_EXPLAIN' => 'Place each username on a separate line.',