From 9c9382e6949e1366c6adb502b7aacae2c11023f7 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Thu, 08 Sep 2011 09:42:04 -0400 Subject: [PATCH] Fixed: FS#1709 - Wrong message "Your hard-disk space is going full" in the "Monitor -> Show Disk Usage" --- interface/web/vm/lib/lang/pl_openvz_ip.lng | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/interface/web/vm/lib/lang/pl_openvz_ip.lng b/interface/web/vm/lib/lang/pl_openvz_ip.lng index 98d5c98..e83baae 100644 --- a/interface/web/vm/lib/lang/pl_openvz_ip.lng +++ b/interface/web/vm/lib/lang/pl_openvz_ip.lng @@ -1,6 +1,6 @@ -<?php -$wb["server_id_txt"] = 'Hostserver'; -$wb["ip_address_txt"] = 'IP address'; -$wb["vm_id_txt"] = 'Virtual server'; -$wb["reserved_txt"] = 'Reserved'; +<?php +$wb["server_id_txt"] = 'Hostserver'; +$wb["ip_address_txt"] = 'IP address'; +$wb["vm_id_txt"] = 'Virtual server'; +$wb["reserved_txt"] = 'Reserved'; ?> \ No newline at end of file -- Gitblit v1.9.1