From: Michael J. Rubinsky Date: Wed, 5 Aug 2009 20:25:03 +0000 (-0400) Subject: Change wording since these are not just EXIF fields anymore X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=bfb49bb5b79ce538ea011dd00cc0a25def1d950e;p=horde.git Change wording since these are not just EXIF fields anymore --- diff --git a/ansel/config/prefs.php.dist b/ansel/config/prefs.php.dist index 307063b66..8647514b4 100644 --- a/ansel/config/prefs.php.dist +++ b/ansel/config/prefs.php.dist @@ -261,7 +261,7 @@ $_prefs['exif_tags'] = array( 'locked' => false, 'shared' => false, 'type' => 'multienum', - 'desc' => _("Which EXIF fields should we automatically add as image tags during upload?"), + 'desc' => _("Which Metadata fields should we automatically add as image tags during upload?"), 'enum' => Horde_Image_Exif::getFields(array($GLOBALS['conf']['exif']['driver'], !empty($GLOBALS['conf']['exif']['params']) ? $GLOBALS['conf']['exif']['params'] : array()), true)