mirror of
https://github.com/brl/mutter.git
synced 2024-11-29 03:20:46 -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;
|
window_title = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Translators: %s is a window title */
|
|
||||||
if (window_title)
|
if (window_title)
|
||||||
|
/* Translators: %s is a window title */
|
||||||
tmp = g_strdup_printf (_("“%s” is not responding."), window_title);
|
tmp = g_strdup_printf (_("“%s” is not responding."), window_title);
|
||||||
else
|
else
|
||||||
tmp = g_strdup (_("Application is not responding."));
|
tmp = g_strdup (_("Application is not responding."));
|
||||||
|
Loading…
Reference in New Issue
Block a user