diff --git a/ChangeLog b/ChangeLog index 4bdc396ab..e47448ba8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-10-06 Elijah Newren + + * 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 * src/metacity-dialog.c (kill_window_question): Patch from Bruno diff --git a/src/metacity-dialog.c b/src/metacity-dialog.c index aed676435..2e574ad22 100644 --- a/src/metacity-dialog.c +++ b/src/metacity-dialog.c @@ -92,11 +92,11 @@ kill_window_question (const char *window_name, dialog = gtk_message_dialog_new (NULL, 0, GTK_MESSAGE_WARNING, GTK_BUTTONS_NONE, - "%s\n\n%s", + "%s\n\n%s", 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" - "to quit entirely.")); + "to quit entirely.")); g_free (str); gtk_window_set_icon_name (GTK_WINDOW (dialog), "panel-force-quit");