summaryrefslogtreecommitdiff
path: root/program/localization/en_US/labels.inc
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2006-05-05 16:53:21 +0000
committerthomascube <thomas@roundcube.net>2006-05-05 16:53:21 +0000
commitded2b7e166d4b0acab09c00f22f379fbabba709a (patch)
tree79fce4867705a050ffea9827b6b5b58b6f2ccf95 /program/localization/en_US/labels.inc
parent69b83b900d736aaa92d26d1c9277b321ced2aacb (diff)
Changed login page title regarding product name (Bug #1476413)
Diffstat (limited to 'program/localization/en_US/labels.inc')
-rw-r--r--program/localization/en_US/labels.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc
index e280dbb29..afb6c8709 100644
--- a/program/localization/en_US/labels.inc
+++ b/program/localization/en_US/labels.inc
@@ -2,7 +2,7 @@
/*
+-----------------------------------------------------------------------+
- | language/en/labels.inc |
+ | language/en_US/labels.inc |
| |
| Language file of the RoundCube Webmail client |
| Copyright (C) 2005, RoundQube Dev. - Switzerland |
@@ -19,7 +19,7 @@
$labels = array();
// login page
-$labels['welcome'] = 'Welcome to Roundcube|Mail';
+$labels['welcome'] = 'Welcome to $product';
$labels['username'] = 'Username';
$labels['password'] = 'Password';
$labels['server'] = 'Server';