]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix incorrect documentation.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Mon, 15 Aug 2011 14:04:06 +0000 (16:04 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Mon, 15 Aug 2011 14:04:06 +0000 (16:04 +0200)
plugins/TwitterBridge/twittersettings.php

index d972203e9c0772cc49d2f1d3b61e12e8803b3ae1..88799e75a9817964b1c3eb6fe1161edb445745a6 100644 (file)
@@ -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');