Change wording since these are not just EXIF fields anymore
authorMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 5 Aug 2009 20:25:03 +0000 (16:25 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 5 Aug 2009 20:25:03 +0000 (16:25 -0400)
ansel/config/prefs.php.dist

index 307063b..8647514 100644 (file)
@@ -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)