diff options
author | Thierry.Vignaud <thierry.vignaud@gmail.com> | 2014-05-28 22:37:22 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-05-28 22:37:22 +0200 |
commit | dd20339de636ea574943732bd26d5044494cdde6 (patch) | |
tree | 40fe7519e4a2301a940f4eefe0533f74f7247993 | |
parent | 2fced4aeedd75241252c06d40106b6b44a80a4ad (diff) | |
download | drakx-dd20339de636ea574943732bd26d5044494cdde6.tar drakx-dd20339de636ea574943732bd26d5044494cdde6.tar.gz drakx-dd20339de636ea574943732bd26d5044494cdde6.tar.bz2 drakx-dd20339de636ea574943732bd26d5044494cdde6.tar.xz drakx-dd20339de636ea574943732bd26d5044494cdde6.zip |
kill doble space
-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 4363ecbd0..5c6078f83 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -1077,7 +1077,7 @@ my %charset2kde_charset = ( =item l2console_font ($locale, $during_install) -Returns console font name & console map (none if utf8 and if not during install); +Returns console font name & console map (none if utf8 and if not during install); =cut |