[gtk+] inspector: Better typography



commit 05a90067158402855b6fa9f5c1ebec11a99700cb
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Aug 22 11:09:21 2014 -0400

    inspector: Better typography
    
    Use U+201C/U+201D for quoting.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=735192

 gtk/inspector/css-editor.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/inspector/css-editor.c b/gtk/inspector/css-editor.c
index 7bfaa26..69bf390 100644
--- a/gtk/inspector/css-editor.c
+++ b/gtk/inspector/css-editor.c
@@ -87,13 +87,13 @@ set_initial_text (GtkInspectorCssEditor *ce)
       if (ce->priv->global)
         initial_text = g_strconcat ("/*\n",
                                     _("You can type here any CSS rule recognized by GTK+."), "\n",
-                                    _("You can temporarily disable this custom CSS by clicking on the 
\"Pause\" button above."), "\n\n",
+                                    _("You can temporarily disable this custom CSS by clicking on the 
“Pause” button above."), "\n\n",
                                     _("Changes are applied instantly and globally, for the whole 
application."), "\n",
                                     "*/\n\n", NULL);
       else
         initial_text = g_strconcat ("/*\n",
                                     _("You can type here any CSS rule recognized by GTK+."), "\n",
-                                    _("You can temporarily disable this custom CSS by clicking on the 
\"Pause\" button above."), "\n\n",
+                                    _("You can temporarily disable this custom CSS by clicking on the 
“Pause” button above."), "\n\n",
                                     _("Changes are applied instantly, only for this selected widget."), "\n",
                                     "*/\n\n", NULL);
       gtk_text_buffer_set_text (GTK_TEXT_BUFFER (ce->priv->text), initial_text, -1);


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