diff options
author | Cesar G <prototech91@gmail.com> | 2013-10-26 01:01:08 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2013-10-26 01:01:08 -0700 |
commit | c5fc8c43cbca82d2a064859828950477cfd5d767 (patch) | |
tree | 1dae9a1bc8fc851fad08ed2666aa62cad760384d /phpBB/language/en | |
parent | d607f1c927ed6fb54d6c46eb13b5bcd4133f8cfc (diff) | |
download | forums-c5fc8c43cbca82d2a064859828950477cfd5d767.tar forums-c5fc8c43cbca82d2a064859828950477cfd5d767.tar.gz forums-c5fc8c43cbca82d2a064859828950477cfd5d767.tar.bz2 forums-c5fc8c43cbca82d2a064859828950477cfd5d767.tar.xz forums-c5fc8c43cbca82d2a064859828950477cfd5d767.zip |
[ticket/11746] Delete the notification after user is approved & fix language.
PHPBB3-11746
Diffstat (limited to 'phpBB/language/en')
-rw-r--r-- | phpBB/language/en/ucp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index 161ec6c67f..9a5713e1cd 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -326,7 +326,7 @@ $lang = array_merge($lang, array( 'NOTIFICATION_TYPE_QUOTE' => 'Someone quotes you in a post', 'NOTIFICATION_TYPE_REPORT' => 'Someone reports a post', 'NOTIFICATION_TYPE_TOPIC' => 'Someone creates a topic in a forum to which you are subscribed', - 'NOTIFICATION_TYPE_ADMIN_ACTIVATE_USER' => 'New registered user requiring activation', + 'NOTIFICATION_TYPE_ADMIN_ACTIVATE_USER' => 'Newly registered user requiring activation', 'NOTIFY_METHOD' => 'Notification method', 'NOTIFY_METHOD_BOTH' => 'Both', |