diff options
Diffstat (limited to 'lib/network/thirdparty.pm')
-rw-r--r-- | lib/network/thirdparty.pm | 4 |
1 files changed, 2 insertions, 2 deletions
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')) { |