From de7ad991f96e39a0565409dedfc168ccc4ee9098 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 5 Mar 2012 00:38:39 +0100 Subject: [PATCH] Consistency update. --- actions/profilesettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');