diff options
Diffstat (limited to 'mdkapplet_gui.pm')
-rw-r--r-- | mdkapplet_gui.pm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mdkapplet_gui.pm b/mdkapplet_gui.pm index df9de9b9..c713b9b7 100644 --- a/mdkapplet_gui.pm +++ b/mdkapplet_gui.pm @@ -84,10 +84,7 @@ our @common = ( # List of widgets advertising Powerpack our $powerpack_ad = [ gtknew('Label_Left', - text => N('Mandriva Powerpack brings you the best of Linux ' . - 'experience for desktop: stability and efficiency ' . - 'of open source solutions together with exclusive ' . - 'softwares and Mandriva official support.'), + text => N("Mandriva Powerpack brings you the best of Linux experience for desktop: stability and efficiency of open source solutions together with exclusive softwares and Mandriva official support."), @common), gtknew('HButtonBox', layout => 'center', |