]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Consistency update.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 4 Mar 2012 23:38:39 +0000 (00:38 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 4 Mar 2012 23:38:39 +0000 (00:38 +0100)
actions/profilesettings.php

index 667fea2cf48d3ca29df237aab75bc77f5caaa548..38424ab7afadbc38d7aa0688065740803170cad5 100644 (file)
@@ -185,7 +185,7 @@ class ProfilesettingsAction extends SettingsAction
             $this->checkbox('autosubscribe',
                             // TRANS: Checkbox label in form for profile settings.
                             _('Automatically subscribe to whoever '.
-                              'subscribes to me (best for non-humans).'),
+                              'subscribes to me (best for non-humans)'),
                             ($this->arg('autosubscribe')) ?
                             $this->boolean('autosubscribe') : $user->autosubscribe);
             $this->elementEnd('li');