mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +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:
@@ -38,7 +38,7 @@ $lang = array_merge($lang, array(
|
||||
'ACP_FILES' => 'Admin language files',
|
||||
'ACP_LANGUAGE_PACKS_EXPLAIN' => 'Here you are able to install/remove language packs. The default language pack is marked with an asterisk (*).',
|
||||
|
||||
'EMAIL_FILES' => 'E-mail templates',
|
||||
'EMAIL_FILES' => 'Email templates',
|
||||
|
||||
'FILE_CONTENTS' => 'File contents',
|
||||
'FILE_FROM_STORAGE' => 'File from storage folder',
|
||||
|
Reference in New Issue
Block a user