[shotwell: 1/2] Add missing spaces



commit c0bc9b5ff2d0565bc6e505a07dbe10480238d712
Author: Yuri Chornoivan <yurchor ukr net>
Date:   Fri May 22 21:10:01 2020 +0300

    Add missing spaces

 plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala 
b/plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala
index 0471d4ab..01fa3c39 100644
--- a/plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala
+++ b/plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala
@@ -31,7 +31,7 @@ namespace Publishing.Authenticator {
                 case "tumblr":
                     return new Shotwell.Tumblr.Tumblr(host);
                 case "google-photos":
-                    return new Shotwell.Google.Google("https://www.googleapis.com/auth/photoslibrary";, 
_("You are not currently logged into Google Photos.\n\nYou must have already signed up for a Google account 
and set it up for use with Google Photos. Shotwell uses the Google Photos API services <a 
href=\"https://developers.google.com/photos/\";>https://developers.google.com/photos/</a> for all interaction 
with your Google Photos data.You will have to grant access Shotwell to your Google Photos 
library.\n\nShotwell's privacy policy regarding the use of data related to your Google account in general and 
Google Photos in particular can be found in our <a href=\"help:shotwell/privacy-policy\">online services 
privacy policy</a>For Google's own privacy policy, please refer to <a 
href=\"https://policies.google.com/privacy\";>https://policies.google.com/privacy</a>"), host);
+                    return new Shotwell.Google.Google("https://www.googleapis.com/auth/photoslibrary";, 
_("You are not currently logged into Google Photos.\n\nYou must have already signed up for a Google account 
and set it up for use with Google Photos. Shotwell uses the Google Photos API services <a 
href=\"https://developers.google.com/photos/\";>https://developers.google.com/photos/</a> for all interaction 
with your Google Photos data. You will have to grant access Shotwell to your Google Photos 
library.\n\nShotwell's privacy policy regarding the use of data related to your Google account in general and 
Google Photos in particular can be found in our <a href=\"help:shotwell/privacy-policy\">online services 
privacy policy</a>. For Google's own privacy policy, please refer to <a 
href=\"https://policies.google.com/privacy\";>https://policies.google.com/privacy</a>"), host);
                default:
                     return null;
             }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]