aboutsummaryrefslogtreecommitdiffstats
path: root/nbm.php
diff options
context:
space:
mode:
Diffstat (limited to 'nbm.php')
-rw-r--r--nbm.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/nbm.php b/nbm.php
index 97499f1a1..27f2cb6a9 100644
--- a/nbm.php
+++ b/nbm.php
@@ -57,13 +57,13 @@ if (isset($_GET['unsubscribe'])
}
else
{
- array_push($page['errors'], l10n('nbm_unknown_identifier'));
+ array_push($page['errors'], l10n('Unknown identifier'));
}
// +-----------------------------------------------------------------------+
// | template initialization |
// +-----------------------------------------------------------------------+
-$title = l10n('nbm_item_notification');
+$title = l10n('Notification');
$page['body_id'] = 'theNBMPage';
include(PHPWG_ROOT_PATH.'include/page_header.php');