aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2013-01-04 17:23:22 +0100
committerMarc Alexander <admin@m-a-styles.de>2013-01-04 17:32:04 +0100
commit8f8527a416be41ba5f2ac984e944f76817260ed2 (patch)
treeca8452023333e3c81833bba1f87745f16ef5ae80 /phpBB/language
parent7256a2d944df10ef649794c6174fea5ca69adea3 (diff)
downloadforums-8f8527a416be41ba5f2ac984e944f76817260ed2.tar
forums-8f8527a416be41ba5f2ac984e944f76817260ed2.tar.gz
forums-8f8527a416be41ba5f2ac984e944f76817260ed2.tar.bz2
forums-8f8527a416be41ba5f2ac984e944f76817260ed2.tar.xz
forums-8f8527a416be41ba5f2ac984e944f76817260ed2.zip
[feature/avatars] Improve handling of incorrect input for avatars
The upload avatar driver will now inform the user if insufficient data has been entered for both remote and local avatar uploads. The local avatar driver (gallery avatar) will also inform the user if he didn't select a category and/or file before submitting. PHPBB3-10018
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/common.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index 02b4443a56..f064dd43ac 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -397,6 +397,7 @@ $lang = array_merge($lang, array(
'NO_AUTH_ADMIN_USER_DIFFER' => 'You are not able to re-authenticate as a different user.',
'NO_AUTH_OPERATION' => 'You do not have the necessary permissions to complete this operation.',
'NO_AVATARS' => 'No avatars currently available',
+ 'NO_AVATAR_SELECTED' => 'You have not selected any avatar.',
'NO_CONNECT_TO_SMTP_HOST' => 'Could not connect to smtp host : %1$s : %2$s',
'NO_BIRTHDAYS' => 'No birthdays today',
'NO_EMAIL_MESSAGE' => 'Email message was blank.',