From 33efe168ffed70ebda4da6a8a7cccaed26a277e4 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 26 Feb 2008 19:20:32 +0000 Subject: add title in wait messages --- lib/network/thirdparty.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/network/thirdparty.pm') diff --git a/lib/network/thirdparty.pm b/lib/network/thirdparty.pm index 2f7952b..5740604 100644 --- a/lib/network/thirdparty.pm +++ b/lib/network/thirdparty.pm @@ -329,7 +329,7 @@ sub apply_settings { if ($settings) { log::explanations(qq(Found settings for driver "$driver" in category "$category")); - my $wait = $in->wait_message('', N("Looking for required software and drivers...")); + my $wait = $in->wait_message(N("Please wait"), N("Looking for required software and drivers...")); install_packages($in, $settings, $driver, @thirdparty_types) or return; @@ -344,7 +344,7 @@ sub apply_settings { } undef $wait; - $wait = $in->wait_message('', N("Please wait, running device configuration commands...")); + $wait = $in->wait_message(N("Please wait"), N("Please wait, running device configuration commands...")); device_run_command($settings, $driver, 'post'); if (my $service = device_get_option($settings, 'restart_service')) { -- cgit v1.2.1