From: Siebrand Mazeland <s.mazeland@xs4all.nl>
Date: Fri, 8 Apr 2011 15:01:32 +0000 (+0200)
Subject: Fixed incorrect single quotes with newlines from Commit:3e8bf13aab25050cce09a3180ea7b... 
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b77531897ae35cb7ae8fdf1bb0eb12c713c8ad9a;p=quix0rs-gnu-social.git

Fixed incorrect single quotes with newlines from Commit:3e8bf13aab25050cce09a3180ea7b56c41ed40e3.
---

diff --git a/plugins/FacebookBridge/lib/facebookclient.php b/plugins/FacebookBridge/lib/facebookclient.php
index ec1331b2a0..0469ce8aca 100644
--- a/plugins/FacebookBridge/lib/facebookclient.php
+++ b/plugins/FacebookBridge/lib/facebookclient.php
@@ -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,