From 3930a5796f7786004be243cbafb5d37d9442f8ec Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Wed, 7 Sep 2005 09:21:41 +0000 Subject: remove error string (if rpm not installed) --- drakwizard.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drakwizard.pl b/drakwizard.pl index 3e2dc0d0..8e9757b4 100755 --- a/drakwizard.pl +++ b/drakwizard.pl @@ -161,7 +161,7 @@ sub check_rpm_local { my ($rpms) = @_; foreach my $rpm (@$rpms) { if (!$in->do_pkgs->is_installed($rpm)) { - if ($in->ask_okcancel(N("Error"), N("%s is not installed\nClick \"Next\" to install or \"Cancel\" to quit", c::from_utf8($rpm)))) { + if ($in->ask_okcancel(N(""), N("%s is not installed\nClick \"Next\" to install or \"Cancel\" to quit", c::from_utf8($rpm)))) { $::testing and next; if (!$in->do_pkgs->install($rpm)) { $::Wizard_finished = 1; -- cgit v1.2.1