aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuriy Rusko <marshalrusty@phpbb.com>2009-09-10 15:27:10 +0000
committerYuriy Rusko <marshalrusty@phpbb.com>2009-09-10 15:27:10 +0000
commit78fe1375d41acc6de5e61a94e101a01670ab2fb3 (patch)
tree0744f5bf2a49f476ca7d2cbe621bac7a22960ce4
parent735e3961520da4bfa3bd952670ed9a4f05961593 (diff)
downloadforums-78fe1375d41acc6de5e61a94e101a01670ab2fb3.tar
forums-78fe1375d41acc6de5e61a94e101a01670ab2fb3.tar.gz
forums-78fe1375d41acc6de5e61a94e101a01670ab2fb3.tar.bz2
forums-78fe1375d41acc6de5e61a94e101a01670ab2fb3.tar.xz
forums-78fe1375d41acc6de5e61a94e101a01670ab2fb3.zip
Language changes
#51065 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10133 89ea8834-ac86-4346-8a33-228a782c2dd0
-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 cf748028fd..6aba0f6a98 100644
--- a/phpBB/language/en/acp/common.php
+++ b/phpBB/language/en/acp/common.php
@@ -277,10 +277,10 @@ $lang = array_merge($lang, array(
'SELECT_ANONYMOUS' => 'Select anonymous user',
'SELECT_OPTION' => 'Select option',
- '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.',
+ 'SETTING_TOO_LOW' => 'The provided value for the setting “%1$s” is too low. The minimal acceptable value is %2$d.',
+ 'SETTING_TOO_BIG' => 'The provided value for the setting “%1$s” is too high. The maximum acceptable value is %2$d.',
+ 'SETTING_TOO_LONG' => 'The provided value for the setting “%1$s” is too long. The maximum acceptable length is %2$d.',
+ 'SETTING_TOO_SHORT' => 'The provided value for the setting “%1$s” is too short. The minimal acceptable length is %2$d.',
'SHOW_ALL_OPERATIONS' => 'Show all operations',