From 8722c60a28c09c48706cc35df4c397a8ba4ddd09 Mon Sep 17 00:00:00 2001 From: Thomas James Alexander Thurman Date: Sun, 5 Nov 2006 22:34:37 +0000 Subject: [PATCH] add missing spaces to string. Fixes #363355. * src/metacity-dialog.c: add missing spaces to string. Fixes #363355. --- ChangeLog | 2 ++ src/metacity-dialog.c | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 254ce3c0d..6fa1a5f2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ * src/ui.c: use g_strdup to allocate a string, not strdup. Fixes #363354. + * src/metacity-dialog.c: add missing spaces to string. Fixes + #363355. 2006-11-05 Justin Mason diff --git a/src/metacity-dialog.c b/src/metacity-dialog.c index 2e574ad22..dde06f2a5 100644 --- a/src/metacity-dialog.c +++ b/src/metacity-dialog.c @@ -94,8 +94,8 @@ kill_window_question (const char *window_name, GTK_BUTTONS_NONE, "%s\n\n%s", str, - _("You may choose to wait a short while" - "for it to continue or force the application" + _("You may choose to wait a short while " + "for it to continue or force the application " "to quit entirely.")); g_free (str); gtk_window_set_icon_name (GTK_WINDOW (dialog), "panel-force-quit");