[mutter] Minor improvements to the not responding dialog



commit 909cd82beaaae147143031d408d293e4cbd87226
Author: William Jon McCann <jmccann redhat com>
Date:   Tue Sep 18 12:10:18 2012 -0400

    Minor improvements to the not responding dialog
    
    https://bugzilla.gnome.org/show_bug.cgi?id=684306

 src/core/delete.c |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)
---
diff --git a/src/core/delete.c b/src/core/delete.c
index b9c27db..9276616 100644
--- a/src/core/delete.c
+++ b/src/core/delete.c
@@ -108,17 +108,12 @@ delete_ping_timeout_func (MetaDisplay *display,
 
   /* Translators: %s is a window title */
   if (window_title)
-    {
-      gchar *bold;
-      bold = g_markup_printf_escaped ("<tt>%s</tt>", window_title);
-      tmp = g_strdup_printf (_("%s is not responding."), bold);
-      g_free (bold);
-    }
+    tmp = g_strdup_printf (_("â%sâ is not responding."), window_title);
   else
     tmp = g_strdup (_("Application is not responding."));
 
   window_content = g_strdup_printf (
-      "<big><b>%s</b></big>\n\n<i>%s</i>",
+      "<big><b>%s</b></big>\n\n%s",
       tmp,
       _("You may choose to wait a short while for it to "
         "continue or force the application to quit entirely."));



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