diff options
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r-- | perl-install/lang.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 6e939c8b5..2c07f213c 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -871,7 +871,7 @@ my %charset2pango_font = ( #- Nimbus Sans L is missing some chars used by some cyrillic languages, #- but tose have not yet DrakX translations; it also misses vietnamese #- latin chars; all other latin and cyrillic are covered. - 'default' => "Sans 12" + 'default' => "Sans 10" ); sub charset2pango_font { |