diff options
author | Till Kamppeter <tkamppeter@mandriva.com> | 2004-01-21 21:49:52 +0000 |
---|---|---|
committer | Till Kamppeter <tkamppeter@mandriva.com> | 2004-01-21 21:49:52 +0000 |
commit | 8a9c32f86ccce9d42591a21df8bc9e2f453f615c (patch) | |
tree | 4741b1b2ac5b8960e99396f4f99f71faccb2fbd7 /perl-install/printer/main.pm | |
parent | 15a7fc518df015b31f5721f0599b26c879a7df85 (diff) | |
download | drakx-8a9c32f86ccce9d42591a21df8bc9e2f453f615c.tar drakx-8a9c32f86ccce9d42591a21df8bc9e2f453f615c.tar.gz drakx-8a9c32f86ccce9d42591a21df8bc9e2f453f615c.tar.bz2 drakx-8a9c32f86ccce9d42591a21df8bc9e2f453f615c.tar.xz drakx-8a9c32f86ccce9d42591a21df8bc9e2f453f615c.zip |
Removed occurences of "Mandrake" from translateable strings.
Diffstat (limited to 'perl-install/printer/main.pm')
-rw-r--r-- | perl-install/printer/main.pm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/perl-install/printer/main.pm b/perl-install/printer/main.pm index 2bc625ddf..f856902a2 100644 --- a/perl-install/printer/main.pm +++ b/perl-install/printer/main.pm @@ -49,10 +49,11 @@ sub spooler() { #return @spooler_inv{qw(cups lpd lprng pdq)}; - # LPRng is not officially supported any more since Mandrake 9.0, so - # show it only in the spooler menu when it was manually installed. + # LPRng is not officially supported any more since version 9.0 of + # this distribution, so show it only in the spooler menu when it + # was manually installed. - # PDQ is not officially supported any more since Mandrake 9.1, so + # PDQ is not officially supported any more since version 9.1, so # show it only in the spooler menu when it was manually installed. return map { $spoolers{$_}{long_name} } qw(cups), @@ -2229,7 +2230,7 @@ sub configure_hpoj { # Preliminary workaround to make the user-mode USB devices # (LIDIL devices) installable as verification of the HPOJ # settings of these devices does not work yet. The workaround - # will probably removed after Mandrake 9.2. + # will probably removed after version 9.2 of this distribution. # Note: This workaround leaves out the checking for a photo # memory card reader, but to my knowledge there are no LIDIL # devices with card reader yet. |