diff options
author | nickw <nickw@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-06-07 14:46:11 +0000 |
---|---|---|
committer | nickw <nickw@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-06-07 14:46:11 +0000 |
commit | 03274c735b8c4f4bade4f85a82578409dbf4e436 (patch) | |
tree | 23a37d657bcad881010e623a77c4d389cc20477b /mod/notifications/views/default | |
parent | c3f5333f8b02937d52031ff4d136737903f85919 (diff) | |
download | elgg-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/views/default')
-rw-r--r-- | mod/notifications/views/default/notifications/subscriptions/collections.php | 4 |
1 files changed, 2 insertions, 2 deletions
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> |