diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-03-16 17:23:03 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-03-16 17:23:03 +0000 |
commit | 783df052d0bd1a5b70cd636b612d75c45e24af8c (patch) | |
tree | c9b5599adc8774d2fd6aa2705b6b77f59969bfc7 /mdkapplet | |
parent | 38fb82d9d1548a20209ad1fb92171f857d0d86c2 (diff) | |
download | mgaonline-783df052d0bd1a5b70cd636b612d75c45e24af8c.tar mgaonline-783df052d0bd1a5b70cd636b612d75c45e24af8c.tar.gz mgaonline-783df052d0bd1a5b70cd636b612d75c45e24af8c.tar.bz2 mgaonline-783df052d0bd1a5b70cd636b612d75c45e24af8c.tar.xz mgaonline-783df052d0bd1a5b70cd636b612d75c45e24af8c.zip |
typo fix
Diffstat (limited to 'mdkapplet')
-rwxr-xr-x | mdkapplet | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -146,7 +146,7 @@ my %actions = ( 'check' => { name => N("Check Updates"), launch => sub { 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') } }, 'confNetwork' => { name => N("Configure Network"), launch => sub { configNetwork() } }, 'register' => { name => N("Configure Now!"), launch => sub { configure() } } |