summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center9
1 files changed, 5 insertions, 4 deletions
diff --git a/control-center b/control-center
index 483c47d3..43bc7bde 100755
--- a/control-center
+++ b/control-center
@@ -805,14 +805,15 @@ sub about_mdk_cc {
$list->set_headers_visible(0);
foreach my $row ([ N("Authors: "), '', '' ],
- [ '', 'Chmouel Boudjnah', '(original C version)' ],
- [ '', 'Damien "dam\'s" Krotkine', '(perl version)' ],
+ [ '', 'Chmouel Boudjnah', N("(original C version)") ],
+#-PO "perl" here is the programming language
+ [ '', 'Damien "dam\'s" Krotkine', N("(perl version)") ],
[ '', 'Daouda Lo', '<daouda@mandrakesoft.com>' ],
[ '', 'Thierry Vignaud', '<tvignaud@mandrakesoft.com>' ],
- [ '', 'Yves Duret', '(perl version)' ],
+ [ '', 'Yves Duret', N("(perl version)") ],
[ '', '' ],
[ N("Artwork: "), '', '' ],
- [ '', 'Anh-Van Nguyen', '(design)' ],
+ [ '', 'Anh-Van Nguyen', N("(design)") ],
#-PO If your language allows it, use eacute for first "e" and egrave for 2nd one.
[ '', N("Helene Durosini"), '<ln@mandrakesoft.com>' ],
) {