diff options
author | millette <millette@controlyourself.ca> | 2008-11-17 12:56:27 -0500 |
---|---|---|
committer | millette <millette@controlyourself.ca> | 2008-11-17 12:56:27 -0500 |
commit | d1ecedfffebbb0c9687cca7e37fa3558c15ad92a (patch) | |
tree | b0c5e5a51045283fdf89d2146c3fd044f2ea6e60 /actions | |
parent | e369c5f740ccf1b10bf97c41c72d8723dd21cd30 (diff) |
nudge: better nudge email, better nudge disable language.
darcs-hash:20081117175627-099f7-59da80fe33257fa736a354c0a422a227e534ab2c.gz
Diffstat (limited to 'actions')
-rw-r--r-- | actions/emailsettings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/emailsettings.php b/actions/emailsettings.php index 84be12675..61e59e4db 100644 --- a/actions/emailsettings.php +++ b/actions/emailsettings.php @@ -95,7 +95,7 @@ class EmailsettingsAction extends SettingsAction { _('Send me email when someone sends me a private message.'), $user->emailnotifymsg); common_checkbox('emailnotifynudge', - _('Send me an email when someone nudges me.'), + _('Allow friends to nudge me and send me an email.'), $user->emailnotifynudge); common_checkbox('emailpost', _('I want to post notices by email.'), |