[ansel] Exif.php patch
Heath S. Hendrickson
heath at outerspaceconsultants.com
Sat May 15 15:44:25 PDT 2004
>
> Committed, thanks.
>
Sorry to do this, but apparently I hadn't saved the last couple mods
before I created the diff file to send in. This patch just changes the
pretty language for the Date based fields to make a little more sense to
the casual user.
heath
-------------- next part --------------
Index: lib/Exif.php
===================================================================
RCS file: /usr/local/horde/cvs/ansel/lib/Exif.php,v
retrieving revision 1.14
diff -u -r1.14 Exif.php
--- lib/Exif.php 15 May 2004 03:03:47 -0000 1.14
+++ lib/Exif.php 15 May 2004 22:42:13 -0000
@@ -285,9 +285,9 @@
'Model' => _("Camera Model"),
'ImageType' => _("Image Type"),
'FileSize' => _("File Size"),
- 'DateTime' => _("Image Taken"),
- 'DateTimeOriginal' => _("Original Image Taken"),
- 'DateTimeDigitized' => _("Image Digitized"),
+ 'DateTime' => _("Date Image Modified"),
+ 'DateTimeOriginal' => _("Date Image Taken"),
+ 'DateTimeDigitized' => _("Date Image Digitized"),
'ExifImageWidth' => _("Width"),
'ExifImageLength' => _("Height"),
'XResolution' => _("X Resolution"),
More information about the ansel
mailing list