[gnome-online-accounts] utils: Remove the full stop from the GtkInfoBar's header string



commit 232da771f920866da5376bd9f2e6e169af646095
Author: Debarshi Ray <debarshir gnome org>
Date:   Mon Jun 5 14:41:26 2017 +0200

    utils: Remove the full stop from the GtkInfoBar's header string
    
    https://bugzilla.gnome.org/show_bug.cgi?id=779368

 src/goabackend/goautils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/goabackend/goautils.c b/src/goabackend/goautils.c
index c183fac..1b6a7f9 100644
--- a/src/goabackend/goautils.c
+++ b/src/goabackend/goautils.c
@@ -137,7 +137,7 @@ goa_utils_account_add_attention_needed (GoaClient *client, GoaObject *object, Go
 
   label = gtk_label_new ("");
   gtk_widget_set_halign (label, GTK_ALIGN_START);
-  markup = g_strdup_printf ("<b>%s</b>", _("Credentials have expired."));
+  markup = g_strdup_printf ("<b>%s</b>", _("Credentials have expired"));
   gtk_label_set_markup (GTK_LABEL (label), markup);
   gtk_container_add (GTK_CONTAINER (labels_grid), label);
 


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