1
0
Fork 0

Marking string for translation. Closes #334332

This commit is contained in:
Thomas James Alexander Thurman 2006-03-12 21:04:56 +00:00
parent 7750026603
commit 4d220adc32

View file

@ -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;
}