diff --git a/src/window-props.c b/src/window-props.c index 7dbcb94bd..f1039298b 100644 --- a/src/window-props.c +++ b/src/window-props.c @@ -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; }