summaryrefslogtreecommitdiffstats
path: root/perl-install/share/advertising/ppp-04.pl
diff options
context:
space:
mode:
authorFunda Wang <fwang@mandriva.org>2004-08-08 08:17:56 +0000
committerFunda Wang <fwang@mandriva.org>2004-08-08 08:17:56 +0000
commit5951adb7048f80a7d2bd696eb013ae9fcd4ee44b (patch)
tree118b574dee6ba6871e1eb8f7cee98461f1d1d2de /perl-install/share/advertising/ppp-04.pl
parent724ad2d549c1045568d4219c1c40e2810e492f8a (diff)
downloaddrakx-5951adb7048f80a7d2bd696eb013ae9fcd4ee44b.tar
drakx-5951adb7048f80a7d2bd696eb013ae9fcd4ee44b.tar.gz
drakx-5951adb7048f80a7d2bd696eb013ae9fcd4ee44b.tar.bz2
drakx-5951adb7048f80a7d2bd696eb013ae9fcd4ee44b.tar.xz
drakx-5951adb7048f80a7d2bd696eb013ae9fcd4ee44b.zip
Some string fixes
Diffstat (limited to 'perl-install/share/advertising/ppp-04.pl')
-rw-r--r--perl-install/share/advertising/ppp-04.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/share/advertising/ppp-04.pl b/perl-install/share/advertising/ppp-04.pl
index 911dc5fe9..55c189add 100644
--- a/perl-install/share/advertising/ppp-04.pl
+++ b/perl-install/share/advertising/ppp-04.pl
@@ -10,11 +10,11 @@ $border = 10; #- for leftish text
# @text = ([ N("text to display"), center => 1 ],
-@text = (N("In the Mandrakelinux menu you will find easy-to-use applications for all tasks:"),
+@text = (N("In the Mandrakelinux menu you will find easy-to-use applications for all of your tasks:"),
' ',
N(" - Create, edit and share office documents with <b>OpenOffice.org</b>"),
- N(" - Take charge of your personal data with the integrated personal information suites: <b>Kontact</b> and <b>Evolution</b>"),
- N(" - Browse the Web with <b>Mozilla and Konqueror</b>"),
+ N(" - Take charge of your personal data with the integrated personal information suites <b>Kontact</b> and <b>Evolution</b>"),
+ N(" - Browse the Web with <b>Mozilla</b> and <b>Konqueror</b>"),
N(" - Participate in online chat with <b>Kopete</b>"),
N(" - Listen to audio CDs and music files with <b>KsCD</b> and <b>Totem</b>"),
N(" - Edit images and photos with <b>The Gimp</b>"),