diff options
author | João Victor Duarte Martins <jvictor@mandriva.com> | 2010-05-18 00:22:42 +0000 |
---|---|---|
committer | João Victor Duarte Martins <jvictor@mandriva.com> | 2010-05-18 00:22:42 +0000 |
commit | 1881e679ee123529bc28dd23befe74e50051d1ed (patch) | |
tree | 3ae4e4f7c6744748b465446a4c9213b3636e8f69 /mdkapplet-add-media-helper | |
parent | fff8a57999106a3ab093f2e8680d0b5f018a283f (diff) | |
download | mgaonline-1881e679ee123529bc28dd23befe74e50051d1ed.tar mgaonline-1881e679ee123529bc28dd23befe74e50051d1ed.tar.gz mgaonline-1881e679ee123529bc28dd23befe74e50051d1ed.tar.bz2 mgaonline-1881e679ee123529bc28dd23befe74e50051d1ed.tar.xz mgaonline-1881e679ee123529bc28dd23befe74e50051d1ed.zip |
Fixing syntax for perl_checker.
Diffstat (limited to 'mdkapplet-add-media-helper')
-rwxr-xr-x | mdkapplet-add-media-helper | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mdkapplet-add-media-helper b/mdkapplet-add-media-helper index c8d3c440..ee231692 100755 --- a/mdkapplet-add-media-helper +++ b/mdkapplet-add-media-helper @@ -117,8 +117,7 @@ my $title = N("Adding an additional package medium"); } sub run_authentication_dialog { - my $description = N("Please fill in your account ID to add an " . - "additional package medium"); + my $description = N("Please fill in your account ID to add an additional package medium"); mdkapplet_gui::run_ask_credentials_dialog($title, $description, \&authenticate_callback); @@ -139,8 +138,7 @@ sub authenticate_callback { elsif (!$product->{has_rights}->($profile)) { mdkapplet_gui::run_no_rights_dialog( $title, - N("Your Mandriva account does not have %s download " . - "subscription enabled.", + N("Your Mandriva account does not have %s download subscription enabled.", mdkonline::translate_product($up_product)), $product{$up_product}->{info_url} ); |