summaryrefslogtreecommitdiffstats
path: root/mdkonline.pm
diff options
context:
space:
mode:
authorJoão Victor Duarte Martins <jvictor@mandriva.com>2010-06-01 17:49:00 +0000
committerJoão Victor Duarte Martins <jvictor@mandriva.com>2010-06-01 17:49:00 +0000
commitf44b570c09c9e6652a332bba2c04770c47924a0a (patch)
tree43597ff232151c3def2fb93ef9e3c36793cecb95 /mdkonline.pm
parentdba69715591ac40656aee57e16e38c26c4b24d05 (diff)
downloadmgaonline-f44b570c09c9e6652a332bba2c04770c47924a0a.tar
mgaonline-f44b570c09c9e6652a332bba2c04770c47924a0a.tar.gz
mgaonline-f44b570c09c9e6652a332bba2c04770c47924a0a.tar.bz2
mgaonline-f44b570c09c9e6652a332bba2c04770c47924a0a.tar.xz
mgaonline-f44b570c09c9e6652a332bba2c04770c47924a0a.zip
Syntax cleanup (perl_checker recommendations).
Diffstat (limited to 'mdkonline.pm')
-rw-r--r--mdkonline.pm6
1 files changed, 2 insertions, 4 deletions
diff --git a/mdkonline.pm b/mdkonline.pm
index f98e6cfa..b818de54 100644
--- a/mdkonline.pm
+++ b/mdkonline.pm
@@ -191,13 +191,11 @@ sub get_product_info {
my %info = (
powerpack => {
name => N("Mandriva PowerPack"),
- description => N("The Mandriva Linux distribution with even " .
- "more softwares and official support."),
+ description => N("The Mandriva Linux distribution with even more softwares and official support."),
},
free => {
name => N("Mandiva Free"),
- description => N("The 100%% Open Source distribution freely " .
- "available."),
+ description => N("The 100%% Open Source distribution freely available."),
},
);
$product ||= lc $product_id->{product};