add missing spaces to string. Fixes #363355.

* src/metacity-dialog.c: add missing spaces to string. Fixes
        #363355.
This commit is contained in:
Thomas James Alexander Thurman 2006-11-05 22:34:37 +00:00
parent 8f09a12069
commit 8722c60a28
2 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,8 @@
* src/ui.c: use g_strdup to allocate a string, not strdup. Fixes * src/ui.c: use g_strdup to allocate a string, not strdup. Fixes
#363354. #363354.
* src/metacity-dialog.c: add missing spaces to string. Fixes
#363355.
2006-11-05 Justin Mason <jm@jmason.org> 2006-11-05 Justin Mason <jm@jmason.org>

View File

@ -94,8 +94,8 @@ kill_window_question (const char *window_name,
GTK_BUTTONS_NONE, GTK_BUTTONS_NONE,
"<big><b>%s</b></big>\n\n<i>%s</i>", "<big><b>%s</b></big>\n\n<i>%s</i>",
str, str,
_("You may choose to wait a short while" _("You may choose to wait a short while "
"for it to continue or force the application" "for it to continue or force the application "
"to quit entirely.")); "to quit entirely."));
g_free (str); g_free (str);
gtk_window_set_icon_name (GTK_WINDOW (dialog), "panel-force-quit"); gtk_window_set_icon_name (GTK_WINDOW (dialog), "panel-force-quit");