diff options
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")); |