mirror of
https://github.com/brl/mutter.git
synced 2024-12-24 20:12:06 +00:00
Marking string for translation. Closes #334332
This commit is contained in:
parent
7750026603
commit
4d220adc32
@ -230,7 +230,7 @@ set_title_text (MetaWindow *window, const char *title, Atom atom, char **target)
|
|||||||
!gethostname (hostname, HOST_NAME_MAX + 1) &&
|
!gethostname (hostname, HOST_NAME_MAX + 1) &&
|
||||||
strcmp (hostname, window->wm_client_machine))
|
strcmp (hostname, window->wm_client_machine))
|
||||||
{
|
{
|
||||||
*target = g_strdup_printf ("%s (on %s)",
|
*target = g_strdup_printf (_("%s (on %s)"),
|
||||||
title, window->wm_client_machine);
|
title, window->wm_client_machine);
|
||||||
modified = TRUE;
|
modified = TRUE;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user