diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2003-02-07 12:34:41 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2003-02-07 12:34:41 +0000 |
commit | 1222baedf2fb0eb4b866c17f38a8fb697fd56464 (patch) | |
tree | 0c9018edd43ef64392f586747531aaa6d4c4e622 /perl-install/printer/printerdrake.pm | |
parent | c20611b79de7d1afdfd346b3dbe38c932a7e36e0 (diff) | |
download | drakx-1222baedf2fb0eb4b866c17f38a8fb697fd56464.tar drakx-1222baedf2fb0eb4b866c17f38a8fb697fd56464.tar.gz drakx-1222baedf2fb0eb4b866c17f38a8fb697fd56464.tar.bz2 drakx-1222baedf2fb0eb4b866c17f38a8fb697fd56464.tar.xz drakx-1222baedf2fb0eb4b866c17f38a8fb697fd56464.zip |
Fixed English typo
Diffstat (limited to 'perl-install/printer/printerdrake.pm')
-rw-r--r-- | perl-install/printer/printerdrake.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/printer/printerdrake.pm b/perl-install/printer/printerdrake.pm index a144900a0..6b3c22948 100644 --- a/perl-install/printer/printerdrake.pm +++ b/perl-install/printer/printerdrake.pm @@ -807,7 +807,7 @@ sub setup_local_autoscan { (N("The following printer was auto-detected. ") . ($printer->{NEW} ? N("The configuration of the printer will work fully automatically. If your printer was not correctly detected or if you prefer a customized printer configuration, turn on \"Manual configuration\".") : - N("There is currently no alternative possibiliy"))) : + N("Currently, no alternative possibility is available"))) : (N("Here is a list of all auto-detected printers. ") . ($printer->{NEW} ? N("Please choose the printer you want to set up. The configuration of the printer will work fully automatically. If your printer was not correctly detected or if you prefer a customized printer configuration, turn on \"Manual configuration\".") : |