simplified message string

svn path=/trunk/; revision=22386
This commit is contained in:
Sven Neumann 2007-05-03 08:51:14 +00:00
parent 7d6ce73dcb
commit 0d3026e817
1 changed files with 3 additions and 3 deletions

View File

@ -103,9 +103,9 @@ ico_dialog_new (IcoSaveInfo *info)
warning = g_object_new (GIMP_TYPE_HINT_BOX,
"stock-id", GIMP_STOCK_WARNING,
"hint",
_("Large icons and compression (PNG) are not "
"supported by all programs. Older applications "
"may not open this file correctly."),
_("Large icons and compression are not supported "
"by all programs. Older applications may not "
"open this file correctly."),
NULL);
gtk_box_pack_end (GTK_BOX (main_vbox), warning, FALSE, FALSE, 0);
/* don't show the warning here */