Index: drakx/trunk/perl-install/standalone/scannerdrake =================================================================== --- drakx/trunk/perl-install/standalone/scannerdrake (revision 1160) +++ drakx/trunk/perl-install/standalone/scannerdrake (working copy) @@ -406,7 +406,7 @@ 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 \"Skanlite\" from Multimedia/Graphics in the applications menu.")); } elsif ($scanner::scannerDB->{$model}{flags}{manual} == 1) { # MANUAL in ScannerDB $in->ask_warn(N("Attention!"), @@ -415,10 +415,10 @@ 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 \"Skanlite\" from Multimedia/Graphics in the applications menu.")); } 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 \"Skanlite\" from Multimedia/Graphics in the applications menu.", removeverticalbar($model))); } return 1; }