From 1881e679ee123529bc28dd23befe74e50051d1ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Victor=20Duarte=20Martins?= Date: Tue, 18 May 2010 00:22:42 +0000 Subject: Fixing syntax for perl_checker. --- mdkapplet_gui.pm | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'mdkapplet_gui.pm') diff --git a/mdkapplet_gui.pm b/mdkapplet_gui.pm index 5bfd2144..4e292ee3 100644 --- a/mdkapplet_gui.pm +++ b/mdkapplet_gui.pm @@ -236,14 +236,12 @@ sub run_no_rights_dialog { sub open_ask_powerpack_dialog { - my $title = N('Would you like Powerpack?'); + my $title = N("Would you like Powerpack?"); my $w = new_portable_dialog($title); my @widgets = ( mdkonline::get_banner($title), gtknew('Label_Left', - text => N("Since you don't have Powerpack rights " . - "you may visit mandriva store now and " . - "get Powerpack subscription."), + text => N("Since you don't have Powerpack rights you may visit mandriva store now and get Powerpack subscription."), @common), gtknew('HButtonBox', layout => 'start', @@ -256,9 +254,7 @@ sub open_ask_powerpack_dialog { ) ]), gtknew('Label_Left', - text => N('Continue to use your new Powerpack ' . - 'account information to upgrade, or ' . - 'Cancel and upgrade to the Free Edition.'), + text => N("Continue to use your new Powerpack account information to upgrade, or Cancel and upgrade to the Free Edition."), @common), ugtk2::create_okcancel($w, N("Continue and Authenticate!"), -- cgit v1.2.1