summaryrefslogtreecommitdiffstats
path: root/mdkapplet-add-media-helper
diff options
context:
space:
mode:
authorJoão Victor Duarte Martins <jvictor@mandriva.com>2010-05-18 00:22:42 +0000
committerJoão Victor Duarte Martins <jvictor@mandriva.com>2010-05-18 00:22:42 +0000
commit1881e679ee123529bc28dd23befe74e50051d1ed (patch)
tree3ae4e4f7c6744748b465446a4c9213b3636e8f69 /mdkapplet-add-media-helper
parentfff8a57999106a3ab093f2e8680d0b5f018a283f (diff)
downloadmgaonline-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-xmdkapplet-add-media-helper6
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}
);