From ac39488d5f1cfc1bd76501df4b0c138b2d40c7ea Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Wed, 19 Oct 2011 04:08:13 -0400 Subject: [PATCH] - Fixed #1809. --- interface/web/admin/lib/lang/en_server_config.lng | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/web/admin/lib/lang/en_server_config.lng b/interface/web/admin/lib/lang/en_server_config.lng index ec91e01..6b5b841 100644 --- a/interface/web/admin/lib/lang/en_server_config.lng +++ b/interface/web/admin/lib/lang/en_server_config.lng @@ -144,10 +144,10 @@ $wb["php_fpm_socket_dir_txt"] = 'PHP-FPM socket directory'; $wb["php_fpm_socket_dir_error_empty"] = 'PHP-FPM socket directory is empty.'; $wb["try_rescue_txt"] = 'Enable service monitoring and restart on failure'; -$wb["do_not_try_rescue_apache_txt"] = 'Disable apache monitoring'; +$wb["do_not_try_rescue_httpd_txt"] = 'Disable HTTPD monitoring'; $wb["do_not_try_rescue_mysql_txt"] = 'Disable MySQL monitoring'; $wb["do_not_try_rescue_mail_txt"] = 'Disable Email monitoring'; -$wb["rescue_description_txt"] = '<b>Information:</b> If you want to shut down mysql you have to select the "Disable MySQL monitor" checkbox and then wait 2-3 minutes.<br>if you do not wait 2-3 minutes, rescue will try to restart mysql!'; +$wb["rescue_description_txt"] = '<b>Information:</b> If you want to shut down mysql you have to select the "Disable MySQL monitor" checkbox and then wait 2-3 minutes.<br>If you do not wait 2-3 minutes, rescue will try to restart mysql!'; $wb["enable_sni_txt"] = 'Enable SNI'; ?> \ No newline at end of file -- Gitblit v1.9.1