From cead5c727147faac362e742aa7bcecf07f68cd99 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Thu, 18 May 2006 17:24:42 -0400
Subject: [PATCH] Updated CHANGELOG

---
 program/localization/it/labels.inc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/program/localization/it/labels.inc b/program/localization/it/labels.inc
index 0e8085e..b95c2e7 100644
--- a/program/localization/it/labels.inc
+++ b/program/localization/it/labels.inc
@@ -9,7 +9,7 @@
  | Licensed under the GNU GPL                                            |
  |                                                                       |
  +-----------------------------------------------------------------------+
- | Author: Paolo Asperti <paolo@asperti.com>                              |
+ | Author: Paolo Asperti <paolo@asperti.com>                             |
  +-----------------------------------------------------------------------+
 
  $Id$
@@ -19,6 +19,7 @@
 $labels = array();
 
 // login page
+$labels['welcome']   = 'Benvenuto a $product';
 $labels['username']  = 'Utente';
 $labels['password']  = 'Password';
 $labels['server']    = 'Server';

--
Gitblit v1.9.1