diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-05 17:47:07 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-05 17:47:07 +0000 |
commit | 5356a17ae82982ebe96e91ea309ab89713cf888d (patch) | |
tree | c15b8d42a86607b7a62162d28a531d395aaca816 /mod/notifications/languages/en.php | |
parent | 697a81f7d240e47e261421a462f3e28a92841a1c (diff) | |
download | elgg-5356a17ae82982ebe96e91ea309ab89713cf888d.tar.gz elgg-5356a17ae82982ebe96e91ea309ab89713cf888d.tar.bz2 |
Further notification settings changes.
git-svn-id: https://code.elgg.org/elgg/trunk@2658 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/notifications/languages/en.php')
-rw-r--r-- | mod/notifications/languages/en.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mod/notifications/languages/en.php b/mod/notifications/languages/en.php index db2d143b7..71db65744 100644 --- a/mod/notifications/languages/en.php +++ b/mod/notifications/languages/en.php @@ -2,12 +2,15 @@ $english = array(
+ 'notifications:subscriptions:personal:description' => 'Receive notifications when actions are performed on your content',
+ 'notifications:subscriptions:personal:title' => 'Personal notifications',
+
'notifications:subscriptions:changesettings' => 'Notifications',
'notification:method:email' => 'Email',
'notifications:subscriptions:description' => 'To receive notifications from your friends when they create new content, find them below and select the notification method you would like to use.',
- 'notifications:subscriptions:success' => 'Your subscriptions have been saved.',
+ 'notifications:subscriptions:success' => 'Your subscription settings have been saved.',
);
|