From 6a17fbb2232ae9aaa7e5aa8fcb14227d515171d3 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Thu, 8 Sep 2005 16:00:52 +0000 Subject: remove the error text --- drakwizard.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drakwizard.pl b/drakwizard.pl index 3e2dc0d0..23b43ce0 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("%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