From: Siebrand Mazeland Date: Sun, 4 Mar 2012 23:38:39 +0000 (+0100) Subject: Consistency update. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=de7ad991f96e39a0565409dedfc168ccc4ee9098;p=quix0rs-gnu-social.git Consistency update. --- diff --git a/actions/profilesettings.php b/actions/profilesettings.php index 667fea2cf4..38424ab7af 100644 --- a/actions/profilesettings.php +++ b/actions/profilesettings.php @@ -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');