From 3394095d40f97752e83a6eecad1179c109965263 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Wed, 26 Mar 2008 14:22:15 +0000 Subject: factorize strings for translation and remove space before question mark --- web_wizard/Apache.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web_wizard') diff --git a/web_wizard/Apache.pm b/web_wizard/Apache.pm index bae656cc..20077852 100755 --- a/web_wizard/Apache.pm +++ b/web_wizard/Apache.pm @@ -249,7 +249,7 @@ sub do_it { $::testing and return; my $in = 'interactive'->vnew('su', 'Apache'); if (!services::starts_on_boot('httpd')) { - my $start_httpd = $in->ask_yesorno(N("Start httpd server on boot"), N("Would you like to start the httpd service automatically on every boot ?"), 1); + my $start_httpd = $in->ask_yesorno(N("Start %s server on boot", "httpd"), N("Would you like to start the %s service automatically on every boot?", "httpd"), 1); if ($start_httpd) { run_program::rooted($::prefix, '/sbin/chkconfig', '--level', '345', 'httpd', 'on'); } -- cgit v1.2.1