diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-16 16:47:18 -0500 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-16 16:47:18 -0500 |
commit | 61a1467c90e865f43c359bb8678d27b5e571f21f (patch) | |
tree | b00ecfa243013c095cae5ae8f0832dbcb474a2dd /phpBB/language/en/ucp.php | |
parent | 25ef4d6f91e7723b0573ecbf66c0109170eae5d0 (diff) | |
download | forums-61a1467c90e865f43c359bb8678d27b5e571f21f.tar forums-61a1467c90e865f43c359bb8678d27b5e571f21f.tar.gz forums-61a1467c90e865f43c359bb8678d27b5e571f21f.tar.bz2 forums-61a1467c90e865f43c359bb8678d27b5e571f21f.tar.xz forums-61a1467c90e865f43c359bb8678d27b5e571f21f.zip |
[ticket/11103] U_VIEW_ALL_NOTIFICATIONS Link
PHPBB3-11103
Diffstat (limited to 'phpBB/language/en/ucp.php')
-rw-r--r-- | phpBB/language/en/ucp.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index 1d17ed5caf..a09f0a62a1 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -288,7 +288,6 @@ $lang = array_merge($lang, array( 'NEW_PASSWORD_CONFIRM_EMPTY' => 'You did not enter a confirm password.', 'NEW_PASSWORD_ERROR' => 'The passwords you entered do not match.', - 'NOTIFICATIONS' => 'Notifications', 'NOTIFICATIONS_MARK_ALL_READ' => 'Mark all notifications read', 'NOTIFICATIONS_MARK_ALL_READ_CONFIRM' => 'Are you sure you want to mark all notifications read?', 'NOTIFICATIONS_MARK_ALL_READ_SUCCESS' => 'All notifications have been marked read successfully.', |