From 4f23bb711ca457efba370d7ac67394e0db59b578 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Thu, 7 Aug 2014 12:21:46 +0200 Subject: [ticket/12822] Remove "None" option from avatar select boxes This option is just used for deleting avatars for which we already have a checkbox. PHPBB3-12822 --- phpBB/language/en/common.php | 1 - 1 file changed, 1 deletion(-) (limited to 'phpBB/language/en') diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index a58aec43cd..13fc56e0a1 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -483,7 +483,6 @@ $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.', -- cgit v1.2.1