summaryrefslogtreecommitdiffstats
path: root/drakwizard.pl
diff options
context:
space:
mode:
Diffstat (limited to 'drakwizard.pl')
-rwxr-xr-xdrakwizard.pl2
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;
}