From c1fcaed2ee8f05a5030fe4e8e211ca4eae7a9489 Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Tue, 11 Jun 2013 11:44:57 -0400 Subject: [PATCH] - Fixed FS#2921 - RBL list field in server config can not be empty. --- interface/web/vm/lib/lang/cz_openvz_vm_list.lng | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/interface/web/vm/lib/lang/cz_openvz_vm_list.lng b/interface/web/vm/lib/lang/cz_openvz_vm_list.lng index ae49a1b..1371c4b 100644 --- a/interface/web/vm/lib/lang/cz_openvz_vm_list.lng +++ b/interface/web/vm/lib/lang/cz_openvz_vm_list.lng @@ -3,10 +3,8 @@ $wb['active_txt'] = 'Aktivní'; $wb['server_id_txt'] = 'Hostserver'; $wb['ostemplate_id_txt'] = 'OSTemplate'; -$wb['template_id_txt'] = 'Template'; +$wb['template_id_txt'] = 'Šablona'; $wb['hostname_txt'] = 'Hostname'; $wb['ip_address_txt'] = 'IP address'; $wb['veid_txt'] = 'VEID'; ?> - - -- Gitblit v1.9.1