diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2002-02-01 10:01:39 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2002-02-01 10:01:39 +0000 |
commit | 4c42ec5354b5c383c0858e1c7e6f4a08a89ce0b4 (patch) | |
tree | cbb433e35ad77df869834d5ad017584dcd1105ae /perl-install/printerdrake.pm | |
parent | e1a62298109019ae5d54cb19206ee36c569fa7b1 (diff) | |
download | drakx-4c42ec5354b5c383c0858e1c7e6f4a08a89ce0b4.tar drakx-4c42ec5354b5c383c0858e1c7e6f4a08a89ce0b4.tar.gz drakx-4c42ec5354b5c383c0858e1c7e6f4a08a89ce0b4.tar.bz2 drakx-4c42ec5354b5c383c0858e1c7e6f4a08a89ce0b4.tar.xz drakx-4c42ec5354b5c383c0858e1c7e6f4a08a89ce0b4.zip |
changed some strings to make translation easier
Diffstat (limited to 'perl-install/printerdrake.pm')
-rw-r--r-- | perl-install/printerdrake.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/printerdrake.pm b/perl-install/printerdrake.pm index 5712c4e79..d222b1d76 100644 --- a/perl-install/printerdrake.pm +++ b/perl-install/printerdrake.pm @@ -2110,7 +2110,7 @@ sub main { {title => _("Printerdrake"), messages => ($noprinters ? "" : - _("he following printers are configured. Double-click on a printer to change its settings; to make it the default printer; or to view information about it.")), + _("The following printers are configured. Double-click on a printer to change its settings; to make it the default printer; or to view information about it.")), cancel => (""), ok => (""), }, |