]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
clarify that charges may be exorbitant
authorEvan Prodromou <evan@prodromou.name>
Sun, 20 Jul 2008 19:58:34 +0000 (15:58 -0400)
committerEvan Prodromou <evan@prodromou.name>
Sun, 20 Jul 2008 19:58:34 +0000 (15:58 -0400)
darcs-hash:20080720195834-84dde-3183d0cc0b93777649c03b2ded962af16ffd9bab.gz

actions/smssettings.php

index 2be73e526732c12beea8cc5edab5d231e15609c9..55ed1103f55bb19a34429c766b5d65f8b610c145 100644 (file)
@@ -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'));