mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 13:24:09 +00:00
Be nice to translators; remove unnecessary markup from strings marked for
2006-10-06 Elijah Newren <newren gmail com> * src/metacity-dialog.c (kill_window_question): Be nice to translators; remove unnecessary markup from strings marked for translation (oops, I missed this in my review before previous commit)
This commit is contained in:
parent
2168cd3eb7
commit
9e341dd4d8
@ -1,3 +1,10 @@
|
|||||||
|
2006-10-06 Elijah Newren <newren gmail com>
|
||||||
|
|
||||||
|
* src/metacity-dialog.c (kill_window_question): Be nice to
|
||||||
|
translators; remove unnecessary markup from strings marked for
|
||||||
|
translation (oops, I missed this in my review before previous
|
||||||
|
commit)
|
||||||
|
|
||||||
2006-10-06 Elijah Newren <newren gmail com>
|
2006-10-06 Elijah Newren <newren gmail com>
|
||||||
|
|
||||||
* src/metacity-dialog.c (kill_window_question): Patch from Bruno
|
* src/metacity-dialog.c (kill_window_question): Patch from Bruno
|
||||||
|
@ -92,11 +92,11 @@ kill_window_question (const char *window_name,
|
|||||||
dialog = gtk_message_dialog_new (NULL, 0,
|
dialog = gtk_message_dialog_new (NULL, 0,
|
||||||
GTK_MESSAGE_WARNING,
|
GTK_MESSAGE_WARNING,
|
||||||
GTK_BUTTONS_NONE,
|
GTK_BUTTONS_NONE,
|
||||||
"<big><b>%s</b></big>\n\n%s",
|
"<big><b>%s</b></big>\n\n<i>%s</i>",
|
||||||
str,
|
str,
|
||||||
_("<i>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.</i>"));
|
"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…
x
Reference in New Issue
Block a user