[shotwell] Fix spelling of "log in"



commit 96a2343b3673c25fb398972cf1036ced664e3162
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sun Oct 2 18:11:51 2016 +0200

    Fix spelling of "log in"
    
    "Log in" is the verb, "login" is the noun.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=772339

 .../RajcePublishing.vala                           |    2 +-
 .../gallery3_authentication_pane.ui                |    4 ++--
 .../rajce_authentication_pane.ui                   |    2 +-
 .../tumblr_authentication_pane.ui                  |    2 +-
 plugins/shotwell-publishing/FlickrPublishing.vala  |    2 +-
 plugins/shotwell-publishing/PicasaPublishing.vala  |    2 +-
 .../piwigo_authentication_pane.ui                  |    2 +-
 ui/shotwell.ui                                     |    2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/plugins/shotwell-publishing-extras/RajcePublishing.vala 
b/plugins/shotwell-publishing-extras/RajcePublishing.vala
index 5a223aa..b304f13 100644
--- a/plugins/shotwell-publishing-extras/RajcePublishing.vala
+++ b/plugins/shotwell-publishing-extras/RajcePublishing.vala
@@ -892,7 +892,7 @@ internal class AuthenticationPane : Spit.Publishing.DialogPane, Object
                        label2.set_label(_("_Email address") );
                        label3.set_label(_("_Password") );
                        remember_checkbutton.set_label(_("_Remember") );
-                       login_button.set_label(_("Login") );
+                       login_button.set_label(_("Log in") );
                        
             username_entry.changed.connect(on_user_changed);
             password_entry.changed.connect(on_password_changed);
diff --git a/plugins/shotwell-publishing-extras/gallery3_authentication_pane.ui 
b/plugins/shotwell-publishing-extras/gallery3_authentication_pane.ui
index dc8b373..1f2dfae 100644
--- a/plugins/shotwell-publishing-extras/gallery3_authentication_pane.ui
+++ b/plugins/shotwell-publishing-extras/gallery3_authentication_pane.ui
@@ -5,7 +5,7 @@
     <property name="label" translatable="yes">Go _Back</property>
   </object>
   <object class="GtkAction" id="login_action">
-    <property name="label" translatable="yes">_Login</property>
+    <property name="label" translatable="yes">_Log in</property>
   </object>
   <object class="GtkGrid" id="gallery3_auth_pane_widget">
     <property name="visible">True</property>
@@ -142,7 +142,7 @@
         </child>
         <child>
           <object class="GtkButton" id="login_button">
-            <property name="label" translatable="yes">_Login</property>
+            <property name="label" translatable="yes">_Log in</property>
             <property name="related_action">login_action</property>
             <property name="width_request">102</property>
             <property name="visible">True</property>
diff --git a/plugins/shotwell-publishing-extras/rajce_authentication_pane.ui 
b/plugins/shotwell-publishing-extras/rajce_authentication_pane.ui
index 72ac53c..496304f 100644
--- a/plugins/shotwell-publishing-extras/rajce_authentication_pane.ui
+++ b/plugins/shotwell-publishing-extras/rajce_authentication_pane.ui
@@ -122,7 +122,7 @@
                 <property name="can_focus">False</property>
                 <child>
                   <object class="GtkButton" id="login_button">
-                    <property name="label" translatable="yes">Login</property>
+                    <property name="label" translatable="yes">Log in</property>
                     <property name="use_action_appearance">False</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
diff --git a/plugins/shotwell-publishing-extras/tumblr_authentication_pane.ui 
b/plugins/shotwell-publishing-extras/tumblr_authentication_pane.ui
index 131a547..98f03b8 100644
--- a/plugins/shotwell-publishing-extras/tumblr_authentication_pane.ui
+++ b/plugins/shotwell-publishing-extras/tumblr_authentication_pane.ui
@@ -104,7 +104,7 @@
                 <property name="can_focus">False</property>
                 <child>
                   <object class="GtkButton" id="login_button">
-                    <property name="label" translatable="yes">Login</property>
+                    <property name="label" translatable="yes">Log in</property>
                     <property name="use_action_appearance">False</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
diff --git a/plugins/shotwell-publishing/FlickrPublishing.vala 
b/plugins/shotwell-publishing/FlickrPublishing.vala
index a4697b6..af3ddbc 100644
--- a/plugins/shotwell-publishing/FlickrPublishing.vala
+++ b/plugins/shotwell-publishing/FlickrPublishing.vala
@@ -57,7 +57,7 @@ namespace Publishing.Flickr {
 
 internal const string SERVICE_NAME = "Flickr";
 internal const string SERVICE_WELCOME_MESSAGE = 
-    _("You are not currently logged into Flickr.\n\nClick Login to log into Flickr in your Web browser.  You 
will have to authorize Shotwell Connect to link to your Flickr account.");
+    _("You are not currently logged into Flickr.\n\nClick Log in to log into Flickr in your Web browser.  
You will have to authorize Shotwell Connect to link to your Flickr account.");
 internal const string RESTART_ERROR_MESSAGE = 
     _("You have already logged in and out of Flickr during this Shotwell session.\nTo continue publishing to 
Flickr, quit and restart Shotwell, then try publishing again.");
 internal const string ENDPOINT_URL = "https://api.flickr.com/services/rest";;
diff --git a/plugins/shotwell-publishing/PicasaPublishing.vala 
b/plugins/shotwell-publishing/PicasaPublishing.vala
index 0918467..621ae12 100644
--- a/plugins/shotwell-publishing/PicasaPublishing.vala
+++ b/plugins/shotwell-publishing/PicasaPublishing.vala
@@ -56,7 +56,7 @@ public class PicasaService : Object, Spit.Pluggable, Spit.Publishing.Service {
 namespace Publishing.Picasa {
 
 internal const string SERVICE_WELCOME_MESSAGE = 
-    _("You are not currently logged into Picasa Web Albums.\n\nClick Login to log into Picasa Web Albums in 
your Web browser. You will have to authorize Shotwell Connect to link to your Picasa Web Albums account.");
+    _("You are not currently logged into Picasa Web Albums.\n\nClick Log in to log into Picasa Web Albums in 
your Web browser. You will have to authorize Shotwell Connect to link to your Picasa Web Albums account.");
 internal const string DEFAULT_ALBUM_NAME = _("Shotwell Connect");
 
 public class PicasaPublisher : Publishing.RESTSupport.GooglePublisher {
diff --git a/plugins/shotwell-publishing/piwigo_authentication_pane.ui 
b/plugins/shotwell-publishing/piwigo_authentication_pane.ui
index bd32141..ec24aed 100644
--- a/plugins/shotwell-publishing/piwigo_authentication_pane.ui
+++ b/plugins/shotwell-publishing/piwigo_authentication_pane.ui
@@ -148,7 +148,7 @@
                 <property name="can_focus">False</property>
                 <child>
                   <object class="GtkButton" id="login_button">
-                    <property name="label" translatable="yes">Login</property>
+                    <property name="label" translatable="yes">Log in</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">True</property>
diff --git a/ui/shotwell.ui b/ui/shotwell.ui
index de2b15d..01c4274 100644
--- a/ui/shotwell.ui
+++ b/ui/shotwell.ui
@@ -1624,7 +1624,7 @@ changes made here will not display.</property>
     </child>
     <child>
       <object class="GtkButton" id="login_button">
-        <property name="label" translatable="yes">_Login</property>
+        <property name="label" translatable="yes">_Log in</property>
         <property name="visible">True</property>
         <property name="can_focus">True</property>
         <property name="receives_default">True</property>


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