diff options
Diffstat (limited to 'drakwizard.pl')
-rwxr-xr-x | drakwizard.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drakwizard.pl b/drakwizard.pl index 67cc9c5b..460e48fb 100755 --- a/drakwizard.pl +++ b/drakwizard.pl @@ -115,7 +115,7 @@ sub get_parameter { } if ($rpm) { if (!$in->do_pkgs->is_installed($rpm)) { - $in->ask_okcancel("error", _("%s is not installed\nClick \"Ok\" to install or \"Cancel\" to quit", $rpm)) and + $in->ask_okcancel("error", _("%s is not installed\nClick \"Next\" to install or \"Cancel\" to quit", $rpm)) and $in->do_pkgs->install($rpm) or $in->exit; } |