]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Updating Notifications language file.
authornickw <nickw@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 7 Jun 2010 14:46:11 +0000 (14:46 +0000)
committernickw <nickw@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 7 Jun 2010 14:46:11 +0000 (14:46 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@6382 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/notifications/languages/en.php
mod/notifications/views/default/notifications/subscriptions/collections.php

index a82013d234b2fd5c4163ff2b52adb6b3bf286f96..586d668922dbb10c1fcbc37e69565a6e0ee87904 100644 (file)
@@ -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',
index d89dddb7b2d90c82d5c0cd4fe3aebb2345816710..4c5a0425a51ac82509aabea7b360bc558d53b7c6 100644 (file)
 </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>