aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-11-27 18:54:51 +0100
committerJoas Schilling <nickvergessen@gmx.de>2013-11-27 18:54:51 +0100
commitf3d7823050880ea6e597defefd265b32058c975b (patch)
tree0a5ec531565ee9f9433fb1530a9dfb018e3dac9a
parent6a2d0c345c9990a60a89e02542fc46e53f474cfa (diff)
downloadforums-f3d7823050880ea6e597defefd265b32058c975b.tar
forums-f3d7823050880ea6e597defefd265b32058c975b.tar.gz
forums-f3d7823050880ea6e597defefd265b32058c975b.tar.bz2
forums-f3d7823050880ea6e597defefd265b32058c975b.tar.xz
forums-f3d7823050880ea6e597defefd265b32058c975b.zip
[ticket/12042] Replace B with a more meaningful key name
PHPBB3-12042
-rw-r--r--phpBB/language/en/common.php2
-rw-r--r--phpBB/styles/prosilver/template/plupload.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index c1b20ae945..632171b213 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -112,7 +112,6 @@ $lang = array_merge($lang, array(
'AVATAR_WRONG_FILESIZE' => 'The avatar’s filesize must be between 0 and %1d %2s.',
'AVATAR_WRONG_SIZE' => 'The submitted avatar is %5$s wide and %6$s high. Avatars must be at least %1$s wide and %2$s high, but no larger than %3$s wide and %4$s high.',
- 'B' => 'B', // Short for Bytes
'BACK_TO_TOP' => 'Top',
'BACK_TO_PREV' => 'Back to previous page',
'BAN_TRIGGERED_BY_EMAIL'=> 'A ban has been issued on your email address.',
@@ -144,6 +143,7 @@ $lang = array_merge($lang, array(
'BUTTON_QUOTE' => 'Quote',
'BUTTON_TOPIC_LOCKED' => 'Locked',
'BYTES' => 'Bytes',
+ 'BYTES_SHORT' => 'B',
'CANCEL' => 'Cancel',
'CHANGE' => 'Change',
diff --git a/phpBB/styles/prosilver/template/plupload.html b/phpBB/styles/prosilver/template/plupload.html
index bf0863d2a7..290992ddd6 100644
--- a/phpBB/styles/prosilver/template/plupload.html
+++ b/phpBB/styles/prosilver/template/plupload.html
@@ -4,7 +4,7 @@
//<![CDATA[
phpbb.plupload = {
i18n: {
- 'b': '{LA_B}',
+ 'b': '{LA_BYTES_SHORT}',
'kb': '{LA_KB}',
'mb': '{LA_MB}',
'gb': '{LA_GB}',