aboutsummaryrefslogtreecommitdiff
path: root/mod/notifications
diff options
context:
space:
mode:
authornickw <nickw@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-06-07 14:46:11 +0000
committernickw <nickw@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-06-07 14:46:11 +0000
commit03274c735b8c4f4bade4f85a82578409dbf4e436 (patch)
tree23a37d657bcad881010e623a77c4d389cc20477b /mod/notifications
parentc3f5333f8b02937d52031ff4d136737903f85919 (diff)
downloadelgg-03274c735b8c4f4bade4f85a82578409dbf4e436.tar.gz
elgg-03274c735b8c4f4bade4f85a82578409dbf4e436.tar.bz2
Updating Notifications language file.
git-svn-id: http://code.elgg.org/elgg/trunk@6382 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/notifications')
-rw-r--r--mod/notifications/languages/en.php4
-rw-r--r--mod/notifications/views/default/notifications/subscriptions/collections.php4
2 files changed, 4 insertions, 4 deletions
diff --git a/mod/notifications/languages/en.php b/mod/notifications/languages/en.php
index a82013d23..586d66892 100644
--- a/mod/notifications/languages/en.php
+++ b/mod/notifications/languages/en.php
@@ -7,8 +7,8 @@ $english = array(
'notifications:subscriptions:personal:description' => 'Receive notifications when actions are performed on your content',
'notifications:subscriptions:personal:title' => 'Personal notifications',
- 'notifications:subscriptions:collections:title' => 'Friends',
- 'notifications:subscriptions:collections:description' => 'The following is an automatic collection made up of your friends. To receive updates select below. This will affect the corresponding users in the main notification settings panel at the bottom of the page. ',
+ 'notifications:subscriptions:friends:title' => 'Friends',
+ 'notifications:subscriptions:friends:description' => 'The following is an automatic collection made up of your friends. To receive updates select below. This will affect the corresponding users in the main notification settings panel at the bottom of the page. ',
'notifications:subscriptions:collections:edit' => 'To edit your shared access notifications, click here.',
'notifications:subscriptions:changesettings' => 'Notifications',
diff --git a/mod/notifications/views/default/notifications/subscriptions/collections.php b/mod/notifications/views/default/notifications/subscriptions/collections.php
index d89dddb7b..4c5a0425a 100644
--- a/mod/notifications/views/default/notifications/subscriptions/collections.php
+++ b/mod/notifications/views/default/notifications/subscriptions/collections.php
@@ -15,10 +15,10 @@
</script>
<div class="notification_friends">
<h3>
- <?php echo elgg_echo('notifications:subscriptions:collections:title'); ?>
+ <?php echo elgg_echo('notifications:subscriptions:friends:title'); ?>
</h3>
<p class="margin_none">
- <?php echo elgg_echo('notifications:subscriptions:collections:description'); ?>
+ <?php echo elgg_echo('notifications:subscriptions:friends:description'); ?>
</p>
<table id="notificationstable" cellspacing="0" cellpadding="4" border="0" width="100%">
<tr>