diff --git a/src/core/delete.c b/src/core/delete.c index 9d4d4f04d..56ffa5c21 100644 --- a/src/core/delete.c +++ b/src/core/delete.c @@ -122,8 +122,8 @@ show_delete_dialog (MetaWindow *window, window_title = NULL; } - /* Translators: %s is a window title */ if (window_title) + /* Translators: %s is a window title */ tmp = g_strdup_printf (_("ā€œ%sā€ is not responding."), window_title); else tmp = g_strdup (_("Application is not responding."));