summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/scannerdrake
diff options
context:
space:
mode:
authorDexter Morgan <dmorgan@mageia.org>2011-05-17 15:42:29 +0000
committerDexter Morgan <dmorgan@mageia.org>2011-05-17 15:42:29 +0000
commit706bcce010479fe1681529fecca3a9da580ddaef (patch)
tree0f86e4e3c6ae3d588c4613a68f19b543d411b12a /perl-install/standalone/scannerdrake
parent1c00382e0c8cc07a5b8219472f9b5f26cd9585d8 (diff)
downloaddrakx-backup-do-not-use-706bcce010479fe1681529fecca3a9da580ddaef.tar
drakx-backup-do-not-use-706bcce010479fe1681529fecca3a9da580ddaef.tar.gz
drakx-backup-do-not-use-706bcce010479fe1681529fecca3a9da580ddaef.tar.bz2
drakx-backup-do-not-use-706bcce010479fe1681529fecca3a9da580ddaef.tar.xz
drakx-backup-do-not-use-706bcce010479fe1681529fecca3a9da580ddaef.zip
Use skanlite instead of kooka ( mga #1224)
Diffstat (limited to 'perl-install/standalone/scannerdrake')
-rwxr-xr-xperl-install/standalone/scannerdrake8
1 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/standalone/scannerdrake b/perl-install/standalone/scannerdrake
index fdc975e7d..3a4bfea49 100755
--- a/perl-install/standalone/scannerdrake
+++ b/perl-install/standalone/scannerdrake
@@ -46,7 +46,7 @@ my $in = 'interactive'->vnew('su');
if (!files_exist(qw(/usr/bin/scanimage
/etc/sane.d/dll.conf)) ||
(!files_exist(qw(/usr/bin/xsane)) &&
- !files_exist(qw(/usr/bin/kooka)) &&
+ !files_exist(qw(/usr/bin/skanlite)) &&
!$in->do_pkgs->is_installed('scanner-gui'))) {
if (!$in->ask_yesorno(N("Warning"), N("SANE packages need to be installed to use scanners.
@@ -406,7 +406,7 @@ sub tryConfScanner {
N("Your %s cannot be configured fully automatically.\n\nManual adjustments are required. Please edit the configuration file /etc/sane.d/%s.conf. ", removeverticalbar($model), $server) .
N("More info in the driver's manual page. Run the command \"man sane-%s\" to read it.", $server) .
"\n\n" .
- N("After that you may scan documents using \"XSane\" or \"Kooka\" from Multimedia/Graphics in the applications menu."));
+ N("After that you may scan documents using \"XSane\" or \"%s\" from Multimedia/Graphics in the applications menu.", "Skanlite"));
} elsif ($scanner::scannerDB->{$model}{flags}{manual} == 1) {
# MANUAL in ScannerDB
$in->ask_warn(N("Attention!"),
@@ -415,10 +415,10 @@ sub tryConfScanner {
N("edit the configuration file /etc/sane.d/%s.conf. ", $server) .
N("More info in the driver's manual page. Run the command \"man sane-%s\" to read it.", $server) .
"\n\n" .
- N("After that you may scan documents using \"XSane\" or \"Kooka\" from Multimedia/Graphics in the applications menu."));
+ N("After that you may scan documents using \"XSane\" or \"%s\" from Multimedia/Graphics in the applications menu.", "Skanlite"));
} else {
$in->ask_warn(N("Congratulations!"),
- N("Your %s has been configured.\nYou may now scan documents using \"XSane\" or \"Kooka\" from Multimedia/Graphics in the applications menu.", removeverticalbar($model)));
+ N("Your %s has been configured.\nYou may now scan documents using \"XSane\" or \"%s\" from Multimedia/Graphics in the applications menu.", removeverticalbar($model), "Skanlite"));
}
return 1;
}