From a6ce4b07a68849ea7f69a3e26b952ba3e6df08fc Mon Sep 17 00:00:00 2001 From: damien Date: Fri, 1 Mar 2002 15:43:02 +0000 Subject: corrected translation used for shell command --- perl-install/services.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/services.pm') diff --git a/perl-install/services.pm b/perl-install/services.pm index bff175244..0ddaaf79a 100644 --- a/perl-install/services.pm +++ b/perl-install/services.pm @@ -233,7 +233,7 @@ sub ask_standalone_gtk { ($started, $action) = $update_service->($service, $l); $display->($_); } - )) } (_("Start"), _("Stop")) + )) } (__("Start"), __("Stop")) ] } @$l)), 500, 400), -- cgit v1.2.1