]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix xgettext translator comment.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 5 Jun 2011 17:27:42 +0000 (19:27 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 5 Jun 2011 17:27:42 +0000 (19:27 +0200)
plugins/FacebookBridge/actions/facebooksettings.php

index aaa220403576ddfaa9e994cad788c791309d361b..3f56421b4f270b332a2b4c8006225116f6dd2757 100644 (file)
@@ -201,10 +201,8 @@ class FacebooksettingsAction extends SettingsAction {
 
                 $msg = sprintf(
                     // TRANS: Notice in disconnect from Facebook form if user has no local StatusNet password.
-                    _m(
-                        'Disconnecting your Faceboook would make it impossible to '
-                            . 'log in! Please [set a password](%s) first.'
-                    ),
+                    _m('Disconnecting your Faceboook would make it impossible to '.
+                       'log in! Please [set a password](%s) first.'),
                     common_local_url('passwordsettings')
                 );