Bill Skaggs <weskaggs@primate.ucdavis.edu>

* plug-ins/metadata/interface.c: fix spelling error
	noted in bug #169656.
This commit is contained in:
William Skaggs 2005-03-08 23:24:14 +00:00
parent 855809e1aa
commit bc7c2a13ba
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-03-08 Bill Skaggs <weskaggs@primate.ucdavis.edu>
* plug-ins/metadata/interface.c: fix spelling error
noted in bug #169656.
2005-03-08 Bill Skaggs <weskaggs@primate.ucdavis.edu>
* app/tools/gimprectangletool.[ch]

View file

@ -481,7 +481,7 @@ export_dialog_response (GtkWidget *dlg,
{
metadata_message_dialog (GTK_MESSAGE_ERROR, GTK_WINDOW (dlg),
_("Save failed"),
_("Some error occured while saving"));
_("Some error occurred while saving"));
g_free (buffer);
g_free (filename);
return;