mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
add missing spaces to string. Fixes #363355.
* src/metacity-dialog.c: add missing spaces to string. Fixes #363355.
This commit is contained in:
parent
8f09a12069
commit
8722c60a28
@ -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>
|
||||||
|
|
||||||
|
@ -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");
|
||||||
|
Loading…
Reference in New Issue
Block a user