diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-20 19:19:26 -0500 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-20 19:19:26 -0500 |
commit | 6861af22eecfa4a254eb62245ee109d8e5635f93 (patch) | |
tree | dce2496221a4cb279a1038e7692bf78b07b32edd /phpBB/language | |
parent | 52bb4a1bd60dfcaad99d1ac181d8a0372db9cc2b (diff) | |
download | forums-6861af22eecfa4a254eb62245ee109d8e5635f93.tar forums-6861af22eecfa4a254eb62245ee109d8e5635f93.tar.gz forums-6861af22eecfa4a254eb62245ee109d8e5635f93.tar.bz2 forums-6861af22eecfa4a254eb62245ee109d8e5635f93.tar.xz forums-6861af22eecfa4a254eb62245ee109d8e5635f93.zip |
[ticket/11103] Message of no notifications if you have none
PHPBB3-11103
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 75c681e86a..f3c597af89 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -382,6 +382,7 @@ $lang = array_merge($lang, array( 'NEXT_STEP' => 'Next', 'NEVER' => 'Never', 'NO' => 'No', + 'NO_NOTIFICATIONS' => 'You have no notifications', 'NOT_ALLOWED_MANAGE_GROUP' => 'You are not allowed to manage this group.', 'NOT_AUTHORISED' => 'You are not authorised to access this area.', 'NOT_WATCHING_FORUM' => 'You are no longer subscribed to updates on this forum.', |