From 1c0f3d46c403a51643e2beda6e9a5ba127adfc4c Mon Sep 17 00:00:00 2001 From: ddtddt Date: Mon, 12 Sep 2011 06:19:51 +0000 Subject: [trunk] - language - add key - feature:2428 git-svn-id: http://piwigo.org/svn/trunk@12131 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/picture_metadata.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/picture_metadata.inc.php') diff --git a/include/picture_metadata.inc.php b/include/picture_metadata.inc.php index 3646f5ba8..59683ff01 100644 --- a/include/picture_metadata.inc.php +++ b/include/picture_metadata.inc.php @@ -57,7 +57,7 @@ if (($conf['show_exif']) and (function_exists('read_exif_data'))) if (count($exif) > 0) { $tpl_meta = array( - 'TITLE' => 'EXIF Metadata', + 'TITLE' => l10n('EXIF Metadata'), 'lines' => array(), ); @@ -104,7 +104,7 @@ if ($conf['show_iptc']) if (count($iptc) > 0) { $tpl_meta = array( - 'TITLE' => 'IPTC Metadata', + 'TITLE' => l10n('IPTC Metadata'), 'lines' => array(), ); -- cgit v1.2.3