aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/posting.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-05-15 13:38:38 +0200
committerAndreas Fischer <bantu@phpbb.com>2014-05-15 13:41:54 +0200
commit8b8c25194a42a365f9da5eee84fe9163dbb610d5 (patch)
treecc1be52b29bf23a36ffb734348e553e4927d0028 /phpBB/language/en/posting.php
parentdacece711b24ac0b8828b6b5d7776ab6ae7b5333 (diff)
parentf2500da8ec2c649ee59afd47fe99321e92a249e7 (diff)
downloadforums-8b8c25194a42a365f9da5eee84fe9163dbb610d5.tar
forums-8b8c25194a42a365f9da5eee84fe9163dbb610d5.tar.gz
forums-8b8c25194a42a365f9da5eee84fe9163dbb610d5.tar.bz2
forums-8b8c25194a42a365f9da5eee84fe9163dbb610d5.tar.xz
forums-8b8c25194a42a365f9da5eee84fe9163dbb610d5.zip
Merge branch 'develop-olympus' into develop-ascraeus
* develop-olympus: [ticket/12540] Fix broken placeholders in language files Conflicts: phpBB/language/en/common.php phpBB/language/en/posting.php phpBB/language/en/ucp.php
Diffstat (limited to 'phpBB/language/en/posting.php')
-rw-r--r--phpBB/language/en/posting.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php
index 2b9b03101e..562d3d448e 100644
--- a/phpBB/language/en/posting.php
+++ b/phpBB/language/en/posting.php
@@ -267,6 +267,6 @@ $lang = array_merge($lang, array(
'VIEW_MESSAGE' => '%sView your submitted message%s',
'VIEW_PRIVATE_MESSAGE' => '%sView your submitted private message%s',
- 'WRONG_FILESIZE' => 'The file is too big, maximum allowed size is %1d %2s.',
+ 'WRONG_FILESIZE' => 'The file is too big, maximum allowed size is %1$d %2$s.',
'WRONG_SIZE' => 'The image must be at least %1$s wide, %2$s high and at most %3$s wide and %4$s high. The submitted image is %5$s wide and %6$s high.',
));