mirror of
https://github.com/brl/mutter.git
synced 2024-11-13 09:46:08 -05: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) &&
|
||||
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);
|
||||
modified = TRUE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user