summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas James Alexander Thurman <tthurman@src.gnome.org>2006-03-12 20:53:28 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2006-03-12 20:53:28 +0000
commitbb27f9f1ca913cb9cffba1a817919ed805c82937 (patch)
treeeee91242a84299ff20eefd3cff52da58273a4c19
parentb79394c958299ac4e892fac0b5046c486bf8eb36 (diff)
downloadmetacity-bb27f9f1ca913cb9cffba1a817919ed805c82937.tar.gz
Marking string for translation. Closes #334332
-rw-r--r--src/window-props.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window-props.c b/src/window-props.c
index 7dbcb94b..f1039298 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;
}