diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-05-13 21:26:10 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-05-13 21:41:11 +0200 |
commit | dceea23b1f861d848419b7a3fa284dcc65749abb (patch) | |
tree | 795e3e70dba8257b6915a470af8b58fedf1ef8e6 /phpBB/language/en/common.php | |
parent | cc0446dc17aeb3639b374a6688e32fca271e0694 (diff) | |
download | forums-dceea23b1f861d848419b7a3fa284dcc65749abb.tar forums-dceea23b1f861d848419b7a3fa284dcc65749abb.tar.gz forums-dceea23b1f861d848419b7a3fa284dcc65749abb.tar.bz2 forums-dceea23b1f861d848419b7a3fa284dcc65749abb.tar.xz forums-dceea23b1f861d848419b7a3fa284dcc65749abb.zip |
[ticket/12540] Fix broken placeholders in language files
PHPBB3-12540
Diffstat (limited to 'phpBB/language/en/common.php')
-rw-r--r-- | phpBB/language/en/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 0bf48eb841..cc38804fe2 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -90,7 +90,7 @@ $lang = array_merge($lang, array( 'AVATAR_PHP_SIZE_OVERRUN' => 'The avatar’s filesize is too large. The maximum allowed upload size is %1$d %2$s.<br />Please note this is set in php.ini and cannot be overridden.', 'AVATAR_URL_INVALID' => 'The URL you specified is invalid.', 'AVATAR_URL_NOT_FOUND' => 'The file specified could not be found.', - 'AVATAR_WRONG_FILESIZE' => 'The avatar’s filesize must be between 0 and %1d %2s.', + 'AVATAR_WRONG_FILESIZE' => 'The avatar’s filesize must be between 0 and %1$d %2$s.', 'AVATAR_WRONG_SIZE' => 'The submitted avatar is %5$d pixels wide and %6$d pixels high. Avatars must be at least %1$d pixels wide and %2$d pixels high, but no larger than %3$d pixels wide and %4$d pixels high.', 'BACK_TO_TOP' => 'Top', |