]> Pileus Git - ~andy/gtk/commitdiff
Using italics here actually introduces more visual clutter than anything
authorWilliam Jon McCann <jmccann@redhat.com>
Thu, 18 Nov 2010 23:16:08 +0000 (18:16 -0500)
committerCosimo Cecchi <cosimoc@gnome.org>
Tue, 23 Nov 2010 15:51:40 +0000 (16:51 +0100)
gtk/gtkopenwithwidget.c

index 89d2779caa6ea187505cde96c06f31f35ec15f23..e641a47a22c22a104b04ba52de19b5b13d100e03 100644 (file)
@@ -524,7 +524,7 @@ gtk_open_with_widget_add_section (GtkOpenWithWidget *self,
          heading_added = TRUE;
        }
 
-      app_string = g_strdup_printf ("<b>%s</b>\n<i>%s</i>",
+      app_string = g_strdup_printf ("<b>%s</b>\n%s",
                                    g_app_info_get_display_name (app) != NULL ?
                                    g_app_info_get_display_name (app) : "",
                                    g_app_info_get_description (app) != NULL ?
@@ -569,7 +569,7 @@ add_no_applications_label (GtkOpenWithWidget *self)
   string2 = g_strdup_printf (_("No applications available to open \"%s\""),
                             desc);
 
-  string = g_strdup_printf ("<big><b>%s</b></big>\n<i>%s</i>",
+  string = g_strdup_printf ("<big><b>%s</b></big>\n%s",
                            string2,
                            _("Click \"Show other applications\" for more options"));