From 77b1987ee37da32b66c3d3706ae254b34a3aeac3 Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Fri, 29 Apr 2011 09:05:20 +0000 Subject: [PATCH] Fixed a typo, thanks Peter Landgren. svn: r17334 --- src/plugins/gramplet/EditExifMetadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/gramplet/EditExifMetadata.py b/src/plugins/gramplet/EditExifMetadata.py index 120c0649f..5e011f547 100644 --- a/src/plugins/gramplet/EditExifMetadata.py +++ b/src/plugins/gramplet/EditExifMetadata.py @@ -1145,7 +1145,7 @@ class EditExifMetadata(Gramplet): self.exif_widgets["Message:Area"].set_text(_("Saving Exif metadata to the image...")) else: # set Message Area to Cleared... - self.exif_widgets["Message:Area"].set_text(_("Image Exif metadatafi has been cleared " + self.exif_widgets["Message:Area"].set_text(_("Image Exif metadata has been cleared " "from this image...")) # writes all Exif Metadata to image even if the fields are all empty...