aboutsummaryrefslogtreecommitdiff
path: root/img-save.c
diff options
context:
space:
mode:
Diffstat (limited to 'img-save.c')
-rw-r--r--img-save.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/img-save.c b/img-save.c
index f3dca61..15f4e90 100644
--- a/img-save.c
+++ b/img-save.c
@@ -423,7 +423,7 @@ img_save_image (gint32 image, const ImageParasite * plugin,
g_free (data);
g_free (pixels);
gimp_progress_update (1.0);
- D (("*** Written \"%s\"\n", filename));
+ D (("*** Saved \"%s\"\n", filename));
return GIMP_PDB_SUCCESS;
}