mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 17:40:40 -05:00
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:
parent
2cd78bffd9
commit
c7853730ed
@ -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."));
|
||||
|
Loading…
Reference in New Issue
Block a user