[gnome-initial-setup] Remove space before a question mark in a string



commit c2521fc11b3268b31c30e168f241f77b77eeff72
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sun Dec 15 01:25:46 2013 +0100

    Remove space before a question mark in a string

 .../pages/account/gis-account-page-local.c         |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-initial-setup/pages/account/gis-account-page-local.c 
b/gnome-initial-setup/pages/account/gis-account-page-local.c
index 74aae71..23cd607 100644
--- a/gnome-initial-setup/pages/account/gis-account-page-local.c
+++ b/gnome-initial-setup/pages/account/gis-account-page-local.c
@@ -184,7 +184,7 @@ prepopulate_account_page (GisAccountPageLocal *page)
   }
 
   if (name) {
-    gtk_label_set_text (GTK_LABEL (priv->subtitle), _("Are these the right details ? You can change them if 
you want."));
+    gtk_label_set_text (GTK_LABEL (priv->subtitle), _("Are these the right details? You can change them if 
you want."));
     gtk_entry_set_text (GTK_ENTRY (priv->fullname_entry), name);
   }
   else {


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