diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-11-20 13:18:27 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-11-20 13:18:27 +0100 |
commit | d98fd7868ba75773fe89617f324f8516f63dfa16 (patch) | |
tree | 7e7f70e0d27c80b3140f071ec71a92f244d56038 /phpBB/language/en/ucp.php | |
parent | 6d58c4a4b5d9361a3bec8359b0bce9e9dd4eddf3 (diff) | |
parent | ba5243ba7652049aa2c311a96bfdc94994ddaf4b (diff) | |
download | forums-d98fd7868ba75773fe89617f324f8516f63dfa16.tar forums-d98fd7868ba75773fe89617f324f8516f63dfa16.tar.gz forums-d98fd7868ba75773fe89617f324f8516f63dfa16.tar.bz2 forums-d98fd7868ba75773fe89617f324f8516f63dfa16.tar.xz forums-d98fd7868ba75773fe89617f324f8516f63dfa16.zip |
Merge pull request #4511 from senky/ticket/14842
[ticket/14842] Don't display filesize limit if there is none
Diffstat (limited to 'phpBB/language/en/ucp.php')
-rw-r--r-- | phpBB/language/en/ucp.php | 1 |
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.', |