aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/permissions.php
diff options
context:
space:
mode:
authorSenky <jakubsenko@gmail.com>2012-04-15 20:10:51 +0200
committerSenky <jakubsenko@gmail.com>2012-04-15 20:10:51 +0200
commit3741e99aab94fc903db82c1c4d3d6b1f7b1e2a1a (patch)
treebd765cbb1938d1e58ca62e431a73565531a7d9b3 /phpBB/language/en/acp/permissions.php
parentde7a166a5990a3b59ffff145f7acb7b9e1dcb3c5 (diff)
downloadforums-3741e99aab94fc903db82c1c4d3d6b1f7b1e2a1a.tar
forums-3741e99aab94fc903db82c1c4d3d6b1f7b1e2a1a.tar.gz
forums-3741e99aab94fc903db82c1c4d3d6b1f7b1e2a1a.tar.bz2
forums-3741e99aab94fc903db82c1c4d3d6b1f7b1e2a1a.tar.xz
forums-3741e99aab94fc903db82c1c4d3d6b1f7b1e2a1a.zip
[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
Diffstat (limited to 'phpBB/language/en/acp/permissions.php')
-rw-r--r--phpBB/language/en/acp/permissions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/permissions.php b/phpBB/language/en/acp/permissions.php
index 2a8d857197..cf5ad33bab 100644
--- a/phpBB/language/en/acp/permissions.php
+++ b/phpBB/language/en/acp/permissions.php
@@ -202,7 +202,7 @@ $lang = array_merge($lang, array(
'ROLE_DESCRIPTION_MOD_SIMPLE' => 'Can only use basic topic actions. Cannot send warnings or use moderation queue.',
'ROLE_DESCRIPTION_MOD_STANDARD' => 'Can use most moderating tools, but cannot ban users or change the post author.',
'ROLE_DESCRIPTION_USER_FULL' => 'Can use all available forum features for users, including changing the user name or ignoring the flood limit.<br />Not recommended.',
- 'ROLE_DESCRIPTION_USER_LIMITED' => 'Can access some of the user features. Attachments, e-mails, or instant messages are not allowed.',
+ 'ROLE_DESCRIPTION_USER_LIMITED' => 'Can access some of the user features. Attachments, emails, or instant messages are not allowed.',
'ROLE_DESCRIPTION_USER_NOAVATAR' => 'Has a limited feature set and is not allowed to use the Avatar feature.',
'ROLE_DESCRIPTION_USER_NOPM' => 'Has a limited feature set, and is not allowed to use Private Messages.',
'ROLE_DESCRIPTION_USER_STANDARD' => 'Can access most but not all user features. Cannot change user name or ignore the flood limit, for instance.',