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");