From 7ee3af3df74e4d6b6631ace2a8784e4430ed7faa Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 15 Feb 2003 16:00:11 +0000 Subject: add a not to translators --- control-center | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/control-center b/control-center index 79b4ae3e..b1f4cf30 100755 --- a/control-center +++ b/control-center @@ -273,6 +273,7 @@ my $window_global = gtkset_size_request(Gtk2::Window->new('toplevel'), $global_w my $pending_app = 0; +#-PO Translators, please keep all "/" charaters !!! my %options = ( 'show_log' => [ N("/_Options"), N("/Display _Logs") ], 'embedded_mode' => [ N("/_Options"), N("/_Embedded Mode") ], @@ -391,7 +392,7 @@ my $summary = create_scrolled_window( gtkset_border_width( gtktext_insert(Gtk2::TextView->new, [ [ N("Welcome to the Mandrake Control Center")."\n\n", - {'size-points' => 15, justification => 'center', 'weight-set' => 1, weight => 1000} ], + {'size-points' => 15, justification => 'center', 'weight-set' => 1, weight => 1000 } ], [ formatAlaTeX(N("Mandrake Control Center is Mandrake Linux's main configuration tool. It enables the system administrator to configure the hardware and services used for all users. -- cgit v1.2.1