summaryrefslogtreecommitdiffstats
path: root/mdkapplet
diff options
context:
space:
mode:
Diffstat (limited to 'mdkapplet')
-rwxr-xr-xmdkapplet2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkapplet b/mdkapplet
index 5f99cdcb..a6823d3a 100755
--- a/mdkapplet
+++ b/mdkapplet
@@ -144,7 +144,7 @@ my %actions = (
'update' => { name => N("Install updates"), launch => sub { installUpdates() } },
'configureApplet' => { name => N("Configure the service"), launch => sub { configure() } },
'check' => { name => N("Check Updates"), launch => sub {
- my $w = $in->wait_message(N("Please wait"), N("Check updates") . '...');
+ my $_w = $in->wait_message(N("Please wait"), N("Check updates") . '...');
checkUpdates();
},
'weblink' => { name => N("Online WebSite"), launch => sub { mdkonline::get_site($online_site, 'info.php') } },