Fix a translator comment

They need to be exactly one line above a string to show up in .po files.
This commit is contained in:
Piotr Drąg 2017-01-28 01:38:29 +01:00
parent 2cd78bffd9
commit c7853730ed

View File

@ -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."));