aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/ucp.php
diff options
context:
space:
mode:
authorJakub Senko <jakubsenko@gmail.com>2016-11-13 15:47:54 +0100
committerJakub Senko <jakubsenko@gmail.com>2016-11-15 14:22:42 +0100
commitba5243ba7652049aa2c311a96bfdc94994ddaf4b (patch)
treeb55d4336750e54dee61af63ed1e46090b1bdc3e2 /phpBB/language/en/ucp.php
parent85898d3d2c7b5ce61a0f92299e06ceade000c4a8 (diff)
downloadforums-ba5243ba7652049aa2c311a96bfdc94994ddaf4b.tar
forums-ba5243ba7652049aa2c311a96bfdc94994ddaf4b.tar.gz
forums-ba5243ba7652049aa2c311a96bfdc94994ddaf4b.tar.bz2
forums-ba5243ba7652049aa2c311a96bfdc94994ddaf4b.tar.xz
forums-ba5243ba7652049aa2c311a96bfdc94994ddaf4b.zip
[ticket/14842] Don't display filesize limit if there is none
PHPBB3-14842
Diffstat (limited to 'phpBB/language/en/ucp.php')
-rw-r--r--phpBB/language/en/ucp.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php
index 59525c6b16..93ee07b1cf 100644
--- a/phpBB/language/en/ucp.php
+++ b/phpBB/language/en/ucp.php
@@ -100,6 +100,7 @@ $lang = array_merge($lang, array(
'AVATAR_DRIVER_UPLOAD_TITLE' => 'Upload avatar',
'AVATAR_DRIVER_UPLOAD_EXPLAIN' => 'Upload your own custom avatar.',
'AVATAR_EXPLAIN' => 'Maximum dimensions; width: %1$s, height: %2$s, file size: %3$.2f KiB.',
+ 'AVATAR_EXPLAIN_NO_FILESIZE' => 'Maximum dimensions; width: %1$s, height: %2$s.',
'AVATAR_FEATURES_DISABLED' => 'The avatar functionality is currently disabled.',
'AVATAR_GALLERY' => 'Local gallery',
'AVATAR_GENERAL_UPLOAD_ERROR' => 'Could not upload avatar to %s.',