diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-06-17 09:34:47 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-06-17 09:34:47 -0400 |
commit | cfd0169e52aa9dcbfde5148ad3d6b89684e6bb28 (patch) | |
tree | 77eb0c3bbbedf116be0033657b983f8870805d12 /languages | |
parent | 03b11429979e2bc35233af695ae98414ef9a4fd4 (diff) | |
download | elgg-cfd0169e52aa9dcbfde5148ad3d6b89684e6bb28.tar.gz elgg-cfd0169e52aa9dcbfde5148ad3d6b89684e6bb28.tar.bz2 |
Fixes #4422 pulling in Ismayil's changes so that we use the module view for settings
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index ae874a550..e9c333041 100644 --- a/languages/en.php +++ b/languages/en.php @@ -452,7 +452,7 @@ $english = array( * Notifications */ 'notifications:usersettings' => "Notification settings", - 'notifications:methods' => "Please specify which methods you want to permit.", + 'notifications:methods' => "Select your notification methods.", 'notification:method:email' => 'Email', 'notifications:usersettings:save:ok' => "Your notification settings were successfully saved.", |