From cfd8fc69928ae55f18787e3ea6aabfed2bbe6292 Mon Sep 17 00:00:00 2001
From: cfoe <cfoe@ispconfig3>
Date: Fri, 18 May 2012 14:16:08 -0400
Subject: [PATCH] added missing non-breaking spaces in getPagingHTML output to fix html output of paging

---
 interface/web/admin/lib/lang/it_software_update_list.lng |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/interface/web/admin/lib/lang/it_software_update_list.lng b/interface/web/admin/lib/lang/it_software_update_list.lng
index d45ee9a..0a18196 100644
--- a/interface/web/admin/lib/lang/it_software_update_list.lng
+++ b/interface/web/admin/lib/lang/it_software_update_list.lng
@@ -1,8 +1,8 @@
 <?php
-$wb['list_head_txt'] = 'Aggiornamenti programmi';
+$wb['list_head_txt'] = 'Aggiornamento programmi';
 $wb['installed_txt'] = 'Azione';
 $wb['update_title_txt'] = 'Aggiornamento';
 $wb['version_txt'] = 'Versione';
 $wb['action_txt'] = 'Azione';
-$wb['server_select_txt'] = 'Select server';
+$wb['server_select_txt'] = 'Selezionare server';
 ?>

--
Gitblit v1.9.1