diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2012-03-01 16:15:11 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2012-12-06 15:10:29 +0100 |
commit | 4103c99a8676653a868014a6f58a76e8986bd5ed (patch) | |
tree | d51e247df33f3189bb530dfbc2102fc7e98bdde0 /phpBB/language/en/ucp.php | |
parent | 2364d4b2172c9f54520f04001b29c517d7138b69 (diff) | |
download | forums-4103c99a8676653a868014a6f58a76e8986bd5ed.tar forums-4103c99a8676653a868014a6f58a76e8986bd5ed.tar.gz forums-4103c99a8676653a868014a6f58a76e8986bd5ed.tar.bz2 forums-4103c99a8676653a868014a6f58a76e8986bd5ed.tar.xz forums-4103c99a8676653a868014a6f58a76e8986bd5ed.zip |
[ticket/10679] Add new permission for changing profile field information
The setting is copied from "Can use signature"
PHPBB3-10679
Diffstat (limited to 'phpBB/language/en/ucp.php')
-rw-r--r-- | phpBB/language/en/ucp.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index b919699ea0..267ae00710 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -318,6 +318,7 @@ $lang = array_merge($lang, array( 'NO_AUTH_FORWARD_MESSAGE' => 'You are not authorised to forward private messages.', 'NO_AUTH_GROUP_MESSAGE' => 'You are not authorised to send private messages to groups.', 'NO_AUTH_PASSWORD_REMINDER' => 'You are not authorised to request a new password.', + 'NO_AUTH_PROFILEINFO' => 'You are not authorised to change your profile information.', 'NO_AUTH_READ_HOLD_MESSAGE' => 'You are not authorised to read private messages that are on hold.', 'NO_AUTH_READ_MESSAGE' => 'You are not authorised to read private messages.', 'NO_AUTH_READ_REMOVED_MESSAGE' => 'You are not able to read this message because it was removed by the author.', |