diff options
author | David Baudens <baudens@mandriva.com> | 2004-02-10 14:25:22 +0000 |
---|---|---|
committer | David Baudens <baudens@mandriva.com> | 2004-02-10 14:25:22 +0000 |
commit | 137e3dfba6e98d0b1b4319f2b908fe4ad1053586 (patch) | |
tree | 0d0f7868674228e785764e9d86f38615ca34e7ae /perl-install/share/advertising/pwp-06.pl | |
parent | dec2882ea7fe42948cc596907f7a340bcd3bc65f (diff) | |
download | drakx-137e3dfba6e98d0b1b4319f2b908fe4ad1053586.tar drakx-137e3dfba6e98d0b1b4319f2b908fe4ad1053586.tar.gz drakx-137e3dfba6e98d0b1b4319f2b908fe4ad1053586.tar.bz2 drakx-137e3dfba6e98d0b1b4319f2b908fe4ad1053586.tar.xz drakx-137e3dfba6e98d0b1b4319f2b908fe4ad1053586.zip |
Update
Diffstat (limited to 'perl-install/share/advertising/pwp-06.pl')
-rw-r--r-- | perl-install/share/advertising/pwp-06.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/share/advertising/pwp-06.pl b/perl-install/share/advertising/pwp-06.pl index db6f92d76..d540e603f 100644 --- a/perl-install/share/advertising/pwp-06.pl +++ b/perl-install/share/advertising/pwp-06.pl @@ -13,6 +13,6 @@ $border = 10; #- for leftish text @text = ([ N("<b>Development tools</b>"), center => 1 ], ' ', N("And of course the editors!"), - N(" - <b>Emacs:</b> a customizable and real time display editor"), - 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")); + N(" - <b>Emacs</b>: a customizable and real time display editor"), + 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")); |