Skip to content

Commit

Permalink
Fix pref description and default.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Feb 18, 2014
1 parent 4982723 commit e6fe181
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansel/config/prefs.php
Expand Up @@ -164,7 +164,7 @@
);

$_prefs['watermark_font'] = array(
'value' => 'bottom',
'value' => 'medium',
'type' => 'enum',
'enum' => array(
'tiny' => _("Tiny"),
Expand All @@ -173,7 +173,7 @@
'large' => _("Large"),
'giant' => _("Giant")
),
'desc' => _("Vertical Alignment")
'desc' => _("Font Size")
);

$_prefs['watermark_auto'] = array(
Expand Down

0 comments on commit e6fe181

Please sign in to comment.