diff options
Diffstat (limited to 'perl-install/share/advertising/ppp-07.pl')
-rw-r--r-- | perl-install/share/advertising/ppp-07.pl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/perl-install/share/advertising/ppp-07.pl b/perl-install/share/advertising/ppp-07.pl index 314af75ad..fedc573de 100644 --- a/perl-install/share/advertising/ppp-07.pl +++ b/perl-install/share/advertising/ppp-07.pl @@ -10,11 +10,11 @@ $border = 10; #- for leftish text # @text = ([ N("text to display"), center => 1 ], -@text = (N("Empower your business network with premier server solutions including:"), +@text = ([ N("Empower your business network with <b>premier server solutions</b> including:"), center => 1 ], ' ', - N(" - Samba: File and print services for MS-Windows clients"), - N(" - Apache: The most widely used Web server"), - N(" - MySQL: The world's most popular Open Source database"), - N(" - CVS: Concurrent Versions System, the dominant open-source network-transparent version control system"), - N(" - ProFTPD: the highly configurable GPL-licensed FTP server software"), + N(" - <b>Samba</b>: File and print services for MS-Windows clients"), + N(" - <b>Apache</b>: The most widely used Web server"), + N(" - <b>MySQL</b>: The world's most popular Open Source database"), + N(" - <b>CVS</b>: Concurrent Versions System, the dominant open-source network-transparent version control system"), + N(" - <b>ProFTPD</b>: the highly configurable GPL-licensed FTP server software"), N(" - And others")); |