[gnome-photos] po, source-notification: Fix typo



commit 64c96535da4c7c84c540b10a641f3b731ddcdcd0
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Mon Feb 20 12:11:32 2017 -0500

    po, source-notification: Fix typo
    
    Fallout from fbe12f7e7714f68d9d7d5b564374caf2f3210259
    
    https://bugzilla.gnome.org/show_bug.cgi?id=778967

 po/eu.po                         |    2 +-
 po/nb.po                         |    2 +-
 po/pl.po                         |    2 +-
 src/photos-source-notification.c |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/po/eu.po b/po/eu.po
index 114754c..ba3408f 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -789,7 +789,7 @@ msgstr "Iturburuak"
 
 #: ../src/photos-source-notification.c:135
 #, c-format
-msgid "Your %s crendentials have expired"
+msgid "Your %s credentials have expired"
 msgstr "Zure %s kredentzialak iraungi dira"
 
 #: ../src/photos-thumbnailer.c:73
diff --git a/po/nb.po b/po/nb.po
index aa97afb..a64f293 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -778,7 +778,7 @@ msgstr "Kilder"
 
 #: ../src/photos-source-notification.c:135
 #, c-format
-msgid "Your %s crendentials have expired"
+msgid "Your %s credentials have expired"
 msgstr "Påloggingsinformasjonen din for %s har utløpt"
 
 #: ../src/photos-thumbnailer.c:73
diff --git a/po/pl.po b/po/pl.po
index fbfd4e1..4829252 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -786,7 +786,7 @@ msgstr "Źródła"
 
 #: ../src/photos-source-notification.c:135
 #, c-format
-msgid "Your %s crendentials have expired"
+msgid "Your %s credentials have expired"
 msgstr "Dane uwierzytelniania „%s” wygasły"
 
 #: ../src/photos-thumbnailer.c:73
diff --git a/src/photos-source-notification.c b/src/photos-source-notification.c
index a7379fa..c6c0c14 100644
--- a/src/photos-source-notification.c
+++ b/src/photos-source-notification.c
@@ -132,7 +132,7 @@ photos_source_notification_constructed (GObject *object)
   gtk_orientable_set_orientation (GTK_ORIENTABLE (self), GTK_ORIENTATION_HORIZONTAL);
 
   name = photos_source_get_name (self->source);
-  msg = g_strdup_printf (_("Your %s crendentials have expired"), name);
+  msg = g_strdup_printf (_("Your %s credentials have expired"), name);
 
   label = gtk_label_new (msg);
   gtk_widget_set_halign (label, GTK_ALIGN_START);


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