[ticket/12042] Replace B with a more meaningful key name

PHPBB3-12042
This commit is contained in:
Joas Schilling 2013-11-27 18:54:51 +01:00
parent 6a2d0c345c
commit f3d7823050
2 changed files with 2 additions and 2 deletions

View file

@ -112,7 +112,6 @@ $lang = array_merge($lang, array(
'AVATAR_WRONG_FILESIZE' => 'The avatars 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',

View file

@ -4,7 +4,7 @@
//<![CDATA[
phpbb.plupload = {
i18n: {
'b': '{LA_B}',
'b': '{LA_BYTES_SHORT}',
'kb': '{LA_KB}',
'mb': '{LA_MB}',
'gb': '{LA_GB}',