projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f34a196
)
Consistency update.
author
Siebrand Mazeland
<s.mazeland@xs4all.nl>
Sun, 4 Mar 2012 23:38:39 +0000
(
00:38
+0100)
committer
Siebrand Mazeland
<s.mazeland@xs4all.nl>
Sun, 4 Mar 2012 23:38:39 +0000
(
00:38
+0100)
actions/profilesettings.php
patch
|
blob
|
history
diff --git
a/actions/profilesettings.php
b/actions/profilesettings.php
index 667fea2cf48d3ca29df237aab75bc77f5caaa548..38424ab7afadbc38d7aa0688065740803170cad5 100644
(file)
--- 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');