diff options
author | thomascube <thomas@roundcube.net> | 2006-05-05 16:53:21 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-05-05 16:53:21 +0000 |
commit | ded2b7e166d4b0acab09c00f22f379fbabba709a (patch) | |
tree | 79fce4867705a050ffea9827b6b5b58b6f2ccf95 /program/localization/it | |
parent | 69b83b900d736aaa92d26d1c9277b321ced2aacb (diff) |
Changed login page title regarding product name (Bug #1476413)
Diffstat (limited to 'program/localization/it')
-rw-r--r-- | program/localization/it/labels.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/program/localization/it/labels.inc b/program/localization/it/labels.inc index 3d80005da..b95c2e79d 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,7 +19,7 @@ $labels = array(); // login page -$labels['welcome'] = 'Welcome to Roundcube|Mail'; +$labels['welcome'] = 'Benvenuto a $product'; $labels['username'] = 'Utente'; $labels['password'] = 'Password'; $labels['server'] = 'Server'; |