From 4070036454731508a7caa56d19e0d5bc9e64614c Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Sun, 31 Jan 2016 12:57:21 -0500 Subject: [PATCH] Updated and merged language files. --- interface/web/vm/lib/lang/pl_openvz_template.lng | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/interface/web/vm/lib/lang/pl_openvz_template.lng b/interface/web/vm/lib/lang/pl_openvz_template.lng index 27dfbbb..4c09856 100644 --- a/interface/web/vm/lib/lang/pl_openvz_template.lng +++ b/interface/web/vm/lib/lang/pl_openvz_template.lng @@ -91,7 +91,7 @@ $wb['Template'] = 'Template'; $wb['Advanced'] = 'Advanced'; $wb['features_txt'] = 'Features'; -$wb["iptables_txt"] = "IP Tables"; -$wb["custom_txt"] = "Custom settings"; -$wb["custom_error"] = "Not allowed in Custom settings: "; +$wb['iptables_txt'] = 'IP Tables'; +$wb['custom_txt'] = 'Custom settings'; +$wb['custom_error'] = 'Not allowed in Custom settings: '; ?> -- Gitblit v1.9.1