Fix incorrect documentation.
This commit is contained in:
parent
5115aa3e4c
commit
4239e2bb9e
@ -142,8 +142,7 @@ class TwittersettingsAction extends ProfileSettingsAction
|
|||||||
$this->text($message);
|
$this->text($message);
|
||||||
$this->elementEnd('p');
|
$this->elementEnd('p');
|
||||||
} else {
|
} else {
|
||||||
// TRANS: Form instructions. %s is a URL to the password settings.
|
// TRANS: Form instructions. %1$s is the StatusNet sitename.
|
||||||
// TRANS: %1$s is the StatusNet sitename.
|
|
||||||
$note = _m('Keep your %1$s account but disconnect from Twitter. ' .
|
$note = _m('Keep your %1$s account but disconnect from Twitter. ' .
|
||||||
'You can use your %1$s password to log in.');
|
'You can use your %1$s password to log in.');
|
||||||
$site = common_config('site', 'name');
|
$site = common_config('site', 'name');
|
||||||
|
Loading…
Reference in New Issue
Block a user