[gtk+] GtkVolumeButton: Better typography



commit 3fc0c2a8eadf4473264bdef987790899566c9f92
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Aug 22 11:06:47 2014 -0400

    GtkVolumeButton: Better typography
    
    Use a small space before %. This matches what we do for percentages
    elsewhere.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=735192

 gtk/gtkvolumebutton.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkvolumebutton.c b/gtk/gtkvolumebutton.c
index d4849f5..f406492 100644
--- a/gtk/gtkvolumebutton.c
+++ b/gtk/gtkvolumebutton.c
@@ -246,7 +246,7 @@ cb_query_tooltip (GtkWidget  *button,
        * Translate the "%d" to "%Id" if you want to use localised digits,
        * or otherwise translate the "%d" to "%d".
        */
-      str = g_strdup_printf (C_("volume percentage", "%d %%"), percent);
+      str = g_strdup_printf (C_("volume percentage", "%d %%"), percent);
     }
 
   gtk_tooltip_set_text (tooltip, str);


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