mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
Minor improvements to the not responding dialog
https://bugzilla.gnome.org/show_bug.cgi?id=684306
This commit is contained in:
parent
0593df8fe0
commit
909cd82bea
@ -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."));
|
||||
|
Loading…
Reference in New Issue
Block a user