From 03274c735b8c4f4bade4f85a82578409dbf4e436 Mon Sep 17 00:00:00 2001 From: nickw Date: Mon, 7 Jun 2010 14:46:11 +0000 Subject: Updating Notifications language file. git-svn-id: http://code.elgg.org/elgg/trunk@6382 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/notifications/languages/en.php | 4 ++-- .../views/default/notifications/subscriptions/collections.php | 4 ++-- 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 @@

- +

- +

-- cgit v1.2.3