Re: Exif.php patch
"Heath S. Hendrickson" <[email protected]>
| Newsgroups | gmane.comp.horde.ansel |
|---|---|
| Message-ID | <[email protected]> |
> > 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 -- ansel mailing list - Join the hunt: http://horde.org/bounties/#ansel Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
Exif.php.patch_newFieldsUpdate
(text/plain, 1021 B)
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"),