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