aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mod/notifications/languages/en.php2
-rw-r--r--mod/notifications/start.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/mod/notifications/languages/en.php b/mod/notifications/languages/en.php
index ecf2dba97..8eb8ec834 100644
--- a/mod/notifications/languages/en.php
+++ b/mod/notifications/languages/en.php
@@ -2,7 +2,7 @@
$english = array(
- 'notifications:subscriptions:changesettings' => 'Change your content subscriptions',
+ 'notifications:subscriptions:changesettings' => 'Content subscriptions',
'notifications:subscriptions:description' => 'Content subscriptions allow you to be notified when one of your friends creates new content. To receive these notifications from your friends, make sure they are selected in the list below:',
'notifications:subscriptions:success' => 'Your subscriptions have been saved.',
diff --git a/mod/notifications/start.php b/mod/notifications/start.php
index d7d1c87ea..4c8182990 100644
--- a/mod/notifications/start.php
+++ b/mod/notifications/start.php
@@ -18,7 +18,7 @@
function notifications_plugin_pagesetup() {
global $CONFIG;
if (get_context() == 'settings')
- add_submenu_item(elgg_echo('notifications:subscriptions:changesettings'), $CONFIG->wwwroot . "mod/notifications/",'notifications');
+ add_submenu_item(elgg_echo('notifications:subscriptions:changesettings'), $CONFIG->wwwroot . "mod/notifications/");
}
register_elgg_event_handler('pagesetup','system','notifications_plugin_pagesetup',1000);