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 d7899a33..7639ece4 100755
--- a/drakwizard.pl
+++ b/drakwizard.pl
@@ -109,7 +109,7 @@ sub get_parameter {
}
if ($rpm) {
if (!$in->do_pkgs->is_installed($rpm)) {
- $in->ask_okcancel("error", "$rpm is not installed\nClick \"Ok\" to install or \"Cancel\" to quit") and
+ $in->ask_okcancel("error", _("%s is not installed\nClick \"Ok\" to install or \"Cancel\" to quit", $rpm)) and
$in->do_pkgs->install($rpm) or
$in->exit;
}