Changeset 12131 for trunk/include
- Timestamp:
- Sep 12, 2011, 8:19:51 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/picture_metadata.inc.php
r8728 r12131 58 58 { 59 59 $tpl_meta = array( 60 'TITLE' => 'EXIF Metadata',60 'TITLE' => l10n('EXIF Metadata'), 61 61 'lines' => array(), 62 62 ); … … 105 105 { 106 106 $tpl_meta = array( 107 'TITLE' => 'IPTC Metadata',107 'TITLE' => l10n('IPTC Metadata'), 108 108 'lines' => array(), 109 109 );
Note: See TracChangeset
for help on using the changeset viewer.