diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2005-04-23 16:03:57 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2005-04-23 16:03:57 +0000 |
commit | f4b77f9504fa80bc3bef6a20e9a61b08b6f5f1f4 (patch) | |
tree | 25e90c797f48809df5a23c34136f0a2f0006986a /perl-install/share/advertising/01.pl | |
parent | 977f9e30cf1d328dca6aa993594613f46009be98 (diff) | |
download | drakx-f4b77f9504fa80bc3bef6a20e9a61b08b6f5f1f4.tar drakx-f4b77f9504fa80bc3bef6a20e9a61b08b6f5f1f4.tar.gz drakx-f4b77f9504fa80bc3bef6a20e9a61b08b6f5f1f4.tar.bz2 drakx-f4b77f9504fa80bc3bef6a20e9a61b08b6f5f1f4.tar.xz drakx-f4b77f9504fa80bc3bef6a20e9a61b08b6f5f1f4.zip |
s/Mandrivalinux/Mandriva Linux/
Diffstat (limited to 'perl-install/share/advertising/01.pl')
-rw-r--r-- | perl-install/share/advertising/01.pl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/share/advertising/01.pl b/perl-install/share/advertising/01.pl index 21dba375d..80ea97273 100644 --- a/perl-install/share/advertising/01.pl +++ b/perl-install/share/advertising/01.pl @@ -10,10 +10,10 @@ $border = 10; #- for leftish text # @text = ([ N("text to display"), center => 1 ], -@text = ([ N("<b>What is Mandrivalinux?</b>"), center => 1 ], +@text = ([ N("<b>What is Mandriva Linux?</b>"), center => 1 ], ' ', - N("Welcome to <b>Mandrivalinux</b>!"), + N("Welcome to <b>Mandriva Linux</b>!"), ' ', - N("Mandrivalinux is a <b>Linux distribution</b> that comprises the core of the system, called the <b>operating system</b> (based on the Linux kernel) together with <b>a lot of applications</b> meeting every need you could even think of."), + N("Mandriva Linux is a <b>Linux distribution</b> that comprises the core of the system, called the <b>operating system</b> (based on the Linux kernel) together with <b>a lot of applications</b> meeting every need you could even think of."), ' ', - N("Mandrivalinux is the most <b>user-friendly</b> Linux distribution today. It is also one of the <b>most widely used</b> Linux distributions worldwide!"));
\ No newline at end of file + N("Mandriva Linux is the most <b>user-friendly</b> Linux distribution today. It is also one of the <b>most widely used</b> Linux distributions worldwide!")); |