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:
Elijah Newren 2006-10-07 00:10:35 +00:00 committed by Elijah Newren
parent 2168cd3eb7
commit 9e341dd4d8
2 changed files with 10 additions and 3 deletions

View File

@ -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

View File

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