diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-20 15:58:34 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-20 15:58:34 -0400 |
commit | 31765a1dec28e934248ac014b4fb02fcaf8b2a89 (patch) | |
tree | 2aae3911cad59bacbcd2cebb015b88ae3be4895f /actions/smssettings.php | |
parent | 3372a98f8eddd619a4a1fa7108b726e3f26acfcc (diff) |
clarify that charges may be exorbitant
darcs-hash:20080720195834-84dde-3183d0cc0b93777649c03b2ded962af16ffd9bab.gz
Diffstat (limited to 'actions/smssettings.php')
-rw-r--r-- | actions/smssettings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/smssettings.php b/actions/smssettings.php index 2be73e526..55ed1103f 100644 --- a/actions/smssettings.php +++ b/actions/smssettings.php @@ -90,7 +90,7 @@ class SmssettingsAction extends EmailsettingsAction { common_element('h2', NULL, _('Preferences')); common_checkbox('smsnotify', - _('Send me notices through SMS; I understand I may incur charges from my carrier.'), + _('Send me notices through SMS; I understand I may incur exorbitant charges from my carrier.'), $user->smsnotify); common_submit('save', _('Save')); |