diff options
author | Funda Wang <fwang@mandriva.org> | 2004-08-08 08:17:56 +0000 |
---|---|---|
committer | Funda Wang <fwang@mandriva.org> | 2004-08-08 08:17:56 +0000 |
commit | 5951adb7048f80a7d2bd696eb013ae9fcd4ee44b (patch) | |
tree | 118b574dee6ba6871e1eb8f7cee98461f1d1d2de /perl-install/share/advertising/ppp-05.pl | |
parent | 724ad2d549c1045568d4219c1c40e2810e492f8a (diff) | |
download | drakx-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-05.pl')
-rw-r--r-- | perl-install/share/advertising/ppp-05.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/share/advertising/ppp-05.pl b/perl-install/share/advertising/ppp-05.pl index aeb802053..32e9bc7f3 100644 --- a/perl-install/share/advertising/ppp-05.pl +++ b/perl-install/share/advertising/ppp-05.pl @@ -16,5 +16,5 @@ $border = 10; #- for leftish text N(" - <b>GCC</b>: the GNU Compiler Collection"), N(" - <b>GDB</b>: the GNU Project debugger"), N(" - <b>Emacs</b>: a customizable and real time display editor"), - N(" - <b>Xemacs</b>: open source text editor and application development system"), - N(" - <b>Vim</b>: advanced text editor with more features than standard Vi")); + N(" - <b>Xemacs</b>: another open source text editor and application development system"), + N(" - <b>Vim</b>: an advanced text editor with more features than standard Vi")); |