summaryrefslogtreecommitdiffstats
path: root/drakwizard.pl
diff options
context:
space:
mode:
authorArnaud Desmons <adesmons@mandriva.com>2002-09-05 12:27:23 +0000
committerArnaud Desmons <adesmons@mandriva.com>2002-09-05 12:27:23 +0000
commit75d2e321da596ae97765675fdb25ba3c5c667677 (patch)
tree20c0ad77747489d7574466f586e279ea60bcc2b9 /drakwizard.pl
parentcf2f46e78559a87e74237d9771379fd2324179f9 (diff)
downloaddrakwizard-75d2e321da596ae97765675fdb25ba3c5c667677.tar
drakwizard-75d2e321da596ae97765675fdb25ba3c5c667677.tar.gz
drakwizard-75d2e321da596ae97765675fdb25ba3c5c667677.tar.bz2
drakwizard-75d2e321da596ae97765675fdb25ba3c5c667677.tar.xz
drakwizard-75d2e321da596ae97765675fdb25ba3c5c667677.zip
added rpm missing translation
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;
}