mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05: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>
|
||||
|
||||
* 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,
|
||||
GTK_MESSAGE_WARNING,
|
||||
GTK_BUTTONS_NONE,
|
||||
"<big><b>%s</b></big>\n\n%s",
|
||||
"<big><b>%s</b></big>\n\n<i>%s</i>",
|
||||
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"
|
||||
"to quit entirely.</i>"));
|
||||
"to quit entirely."));
|
||||
g_free (str);
|
||||
gtk_window_set_icon_name (GTK_WINDOW (dialog), "panel-force-quit");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user