]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fixed incorrect single quotes with newlines from Commit:3e8bf13aab25050cce09a3180ea7b...
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 8 Apr 2011 15:01:32 +0000 (17:01 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 8 Apr 2011 16:47:04 +0000 (18:47 +0200)
plugins/FacebookBridge/lib/facebookclient.php

index ec1331b2a0e743d6e752e106f842a0fd6e5e1a20..0469ce8aca2aa7d98c9cebc8e2d8135a09630ed7 100644 (file)
@@ -788,16 +788,16 @@ class Facebookclient
         $subject = _m('Your Facebook connection has been removed');
 
         // TRANS: E-mail body. %1$s is a username, %2$s is the StatusNet sitename.
-        $msg = _m('Hi %1$s,\n\n'.
-                 'We are sorry to inform you we are unable to publish your notice to\n'.
-                 'Facebook, and have removed the connection between your %2$s account and\n'.
-                 'Facebook.\n\n'.
-                 'This may have happened because you have removed permission for %2$s\n'.
-                 'to post on your behalf, or perhaps you have deactivated your Facebook\n'.
-                 'account. You can reconnect your %2$s account to Facebook at any time by\n'.
-                 'logging in with Facebook again.\n\n'.
-                 'Sincerely,\n\n'.
-                 '%2$s\n');
+        $msg = _m("Hi %1\$s,\n\n".
+                  "We are sorry to inform you we are unable to publish your notice to\n".
+                  "Facebook, and have removed the connection between your %2\$s account and\n".
+                  "Facebook.\n\n".
+                  "This may have happened because you have removed permission for %2\$s\n".
+                  "to post on your behalf, or perhaps you have deactivated your Facebook\n".
+                  "account. You can reconnect your %2\$s account to Facebook at any time by\n".
+                  "logging in with Facebook again.\n\n".
+                  "Sincerely,\n\n".
+                  "%2\$s\n");
 
         $body = sprintf(
             $msg,
@@ -845,13 +845,13 @@ class Facebookclient
 
         // TRANS: E-mail body. %1$s is a username,
         // TRANS: %2$s is the StatusNet sitename, %3$s is the site contact e-mail address.
-        $msg = _m('Hi %1$s,\n\n'.
-                 'We have noticed you have deauthorized the Facebook connection for your\n'.
-                 '%2$s account.  You have not set a password for your %2$s account yet, so\n'.
-                 'you will not be able to login. If you wish to continue using your %2$s\n'.
-                 'account, please contact the site administrator (%3$s) to set a password.\n\n'.
-                 'Sincerely,\n\n'.
-                 '%2$s\n');
+        $msg = _m("Hi %1\$s,\n\n".
+                  "We have noticed you have deauthorized the Facebook connection for your\n".
+                  "%2\$s account.  You have not set a password for your %2\$s account yet, so\n".
+                  "you will not be able to login. If you wish to continue using your %2\$s\n".
+                  "account, please contact the site administrator (%3\$s) to set a password.\n\n".
+                  "Sincerely,\n\n".
+                  "%2\$s\n");
 
         $body = sprintf(
             $msg,