[gtk+] GtkFileChooserWidget: Better typography



commit faa19094748f7a7bbae183fc82fd7c0c4f899a3c
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Aug 22 11:07:13 2014 -0400

    GtkFileChooserWidget: Better typography
    
    No double space after .
    
    https://bugzilla.gnome.org/show_bug.cgi?id=735192

 gtk/gtkfilechooserwidget.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkfilechooserwidget.c b/gtk/gtkfilechooserwidget.c
index b994904..404ca8d 100644
--- a/gtk/gtkfilechooserwidget.c
+++ b/gtk/gtkfilechooserwidget.c
@@ -6045,7 +6045,7 @@ search_error_could_not_create_client (GtkFileChooserWidget *impl)
   error_message (impl,
                 _("Could not start the search process"),
                 _("The program was not able to create a connection to the indexer "
-                  "daemon.  Please make sure it is running."));
+                  "daemon. Please make sure it is running."));
 }
 
 static void


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