From 908bbb9fc525abb67ef2b5241910dd857d3759ca Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Wed, 7 Sep 2005 17:04:03 +0000 Subject: fix empty N() string. --- drakwizard.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drakwizard.pl b/drakwizard.pl index 8e9757b4..3e2dc0d0 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(""), N("%s is not installed\nClick \"Next\" to install or \"Cancel\" to quit", c::from_utf8($rpm)))) { + if ($in->ask_okcancel(N("Error"), 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