diff options
author | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-25 16:16:53 +0000 |
---|---|---|
committer | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-25 16:16:53 +0000 |
commit | 6b6a655d6f3d02f8770db075694f6cca8981321b (patch) | |
tree | 2b8c23fb4cb37b82e8d6c539f549bfb89979d47d /mod | |
parent | f1d2cdc8b71df0cf375799a4a872c17d9234c74c (diff) | |
download | elgg-6b6a655d6f3d02f8770db075694f6cca8981321b.tar.gz elgg-6b6a655d6f3d02f8770db075694f6cca8981321b.tar.bz2 |
lang file replaced
git-svn-id: https://code.elgg.org/elgg/trunk@2948 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod')
-rw-r--r-- | mod/notifications/languages/en.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/notifications/languages/en.php b/mod/notifications/languages/en.php index 06de1599c..9e2da59ad 100644 --- a/mod/notifications/languages/en.php +++ b/mod/notifications/languages/en.php @@ -20,7 +20,7 @@ 'notifications:subscriptions:groups:description' => 'To receive notifications when new content is added to a group you are a member of, find it below and select the notification method you would like to use.',
- 'notifications:subscriptions:success' => 'Your subscription settings have been saved.',
+ 'notifications:subscriptions:success' => 'Your notifications settings have been saved.',
);
|