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-05.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-05.pl')
-rw-r--r-- | perl-install/share/advertising/pwp-05.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/share/advertising/pwp-05.pl b/perl-install/share/advertising/pwp-05.pl index e12965c08..7623783a8 100644 --- a/perl-install/share/advertising/pwp-05.pl +++ b/perl-install/share/advertising/pwp-05.pl @@ -13,6 +13,6 @@ $border = 10; #- for leftish text @text = ([ N("<b>Development tools</b>"), center => 1 ], ' ', N("PowerPack includes everything needed for developing and creating your own software, including:"), - N(" - <b>Kdevelop:</b> a full featured, easy to use Integrated Development Environment for C++ programming"), - N(" - <b>GCC:</b> the GNU Compiler Collection"), - N(" - <b>GDB:</b> the GNU Project debugger")); + N(" - <b>Kdevelop</b>: a full featured, easy to use Integrated Development Environment for C++ programming"), + N(" - <b>GCC</b>: the GNU Compiler Collection"), + N(" - <b>GDB</b>: the GNU Project debugger")); |