diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2005-02-08 17:25:28 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2005-02-08 17:25:28 +0000 |
commit | 2283f8ca2f34cef44482ad8be0637b52f7016b50 (patch) | |
tree | 83faf6841e7bdada1568444e11e451dec8c3518e | |
parent | 83bd8a22cff8a30ab61dc5ab9edfc6e0297f95b7 (diff) | |
download | drakx-2283f8ca2f34cef44482ad8be0637b52f7016b50.tar drakx-2283f8ca2f34cef44482ad8be0637b52f7016b50.tar.gz drakx-2283f8ca2f34cef44482ad8be0637b52f7016b50.tar.bz2 drakx-2283f8ca2f34cef44482ad8be0637b52f7016b50.tar.xz drakx-2283f8ca2f34cef44482ad8be0637b52f7016b50.zip |
translatable string already in use
-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 2e38748ed..04cfdfac3 100644 --- a/perl-install/printer/printerdrake.pm +++ b/perl-install/printer/printerdrake.pm @@ -2485,7 +2485,7 @@ sub choose_printer_name { local $::isWizard = 0; if ($printer->{configured}{$printer->{currentqueue}{queue}} && $printer->{currentqueue}{queue} ne $default && - !$in->ask_yesorno(N("Warning"), N("The printer \"%s\" already exists, do you really want to overwrite its configuration?", + !$in->ask_yesorno(N("Warning"), N("The printer \"%s\" already exists,\ndo you really want to overwrite its configuration?", $printer->{currentqueue}{queue}), 0)) { return 1, 0; # Let the user correct the name |