mirror of
https://github.com/brl/mutter.git
synced 2025-02-04 07:34:09 +00:00
Revert "delete: Unbreak string freeze"
This reverts commit 09713c5fd4efd123923b8c77df1a126dced96465. https://bugzilla.gnome.org/show_bug.cgi?id=684306
This commit is contained in:
parent
9c5ac65311
commit
07d8b9ce19
@ -108,11 +108,7 @@ delete_ping_timeout_func (MetaDisplay *display,
|
||||
|
||||
/* Translators: %s is a window title */
|
||||
if (window_title)
|
||||
{
|
||||
char *title = g_strdup_printf ("“%s”", window_title);
|
||||
tmp = g_strdup_printf (_("%s is not responding."), title);
|
||||
g_free (title);
|
||||
}
|
||||
tmp = g_strdup_printf (_("“%s” is not responding."), window_title);
|
||||
else
|
||||
tmp = g_strdup (_("Application is not responding."));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user