mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/10161] all "e-mail" strings in language files changed to "email"
according to Oleg's comment: email is preferred by RFCs and probably the way of the future PHPBB3-10161
This commit is contained in:
@@ -144,7 +144,7 @@ $lang = array_merge($lang, array(
|
||||
'MCP_ADD' => 'Add a warning',
|
||||
|
||||
'MCP_BAN' => 'Banning',
|
||||
'MCP_BAN_EMAILS' => 'Ban e-mails',
|
||||
'MCP_BAN_EMAILS' => 'Ban emails',
|
||||
'MCP_BAN_IPS' => 'Ban IPs',
|
||||
'MCP_BAN_USERNAMES' => 'Ban Usernames',
|
||||
|
||||
|
Reference in New Issue
Block a user