aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/common.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2013-01-04 10:25:08 +0100
committerMarc Alexander <admin@m-a-styles.de>2013-01-04 10:25:08 +0100
commit4a8b1a6e050bba7f8f73f689bbca4185ab27cf8c (patch)
tree5a6e13f1a6aa0fafa5a22c1dd391806054443d9c /phpBB/language/en/common.php
parent8e756ad89005865b42e87ffc225f6d3bca475035 (diff)
downloadforums-4a8b1a6e050bba7f8f73f689bbca4185ab27cf8c.tar
forums-4a8b1a6e050bba7f8f73f689bbca4185ab27cf8c.tar.gz
forums-4a8b1a6e050bba7f8f73f689bbca4185ab27cf8c.tar.bz2
forums-4a8b1a6e050bba7f8f73f689bbca4185ab27cf8c.tar.xz
forums-4a8b1a6e050bba7f8f73f689bbca4185ab27cf8c.zip
[feature/avatars] Inform user of no available local avatars
Rather than showing the user an empty drop-down list for the local avatar categories, inform him/her that there are currently no (local) avatars available. PHPBB3-10018
Diffstat (limited to 'phpBB/language/en/common.php')
-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 6277457af7..02b4443a56 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -396,6 +396,7 @@ $lang = array_merge($lang, array(
'NO_AUTH_ADMIN' => 'Access to the Administration Control Panel is not allowed as you do not have administrative permissions.',
'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_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.',