From 4239e2bb9ec510bdfea00cc83cdbf4baceb9aaa8 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 15 Aug 2011 16:04:06 +0200 Subject: [PATCH] Fix incorrect documentation. --- plugins/TwitterBridge/twittersettings.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/TwitterBridge/twittersettings.php b/plugins/TwitterBridge/twittersettings.php index d972203e9c..88799e75a9 100644 --- a/plugins/TwitterBridge/twittersettings.php +++ b/plugins/TwitterBridge/twittersettings.php @@ -142,8 +142,7 @@ class TwittersettingsAction extends ProfileSettingsAction $this->text($message); $this->elementEnd('p'); } else { - // TRANS: Form instructions. %s is a URL to the password settings. - // TRANS: %1$s is the StatusNet sitename. + // TRANS: Form instructions. %1$s is the StatusNet sitename. $note = _m('Keep your %1$s account but disconnect from Twitter. ' . 'You can use your %1$s password to log in.'); $site = common_config('site', 'name'); -- 2.39.5