marked a message for translation that had been forgotten. Fixes bug

2004-12-18  Sven Neumann  <sven@gimp.org>

	* app/dialogs/quit-dialog.c: marked a message for translation that
	had been forgotten. Fixes bug #161596.
This commit is contained in:
Sven Neumann 2004-12-18 10:35:35 +00:00 committed by Sven Neumann
parent c8e24fabd4
commit 4682e37d1d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-12-18 Sven Neumann <sven@gimp.org>
* app/dialogs/quit-dialog.c: marked a message for translation that
had been forgotten. Fixes bug #161596.
2004-12-17 Sven Neumann <sven@gimp.org>
* autogen.sh: check for gtk-doc.m4, depend on intltool > 0.31.

View File

@ -180,7 +180,7 @@ quit_dialog_container_changed (GimpContainer *images,
{
gtk_widget_show (label);
g_object_set (button,
"label", "_Discard Changes",
"label", _("_Discard Changes"),
"use-stock", FALSE,
NULL);
gtk_window_set_default (GTK_WINDOW (dialog), NULL);