summaryrefslogtreecommitdiff
path: root/roundcubemail/program/localization/en_US
diff options
context:
space:
mode:
authorroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-05-05 16:53:21 +0000
committerroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-05-05 16:53:21 +0000
commitcf378b3f9564972326b607141550e0393dd0e858 (patch)
tree722d93151204d5e7f337292165f32aa44b9ab5b8 /roundcubemail/program/localization/en_US
parent4c52c079d16f874dd95479f8327b6e6e50fced6c (diff)
Changed login page title regarding product name (Bug #1476413)
git-svn-id: https://svn.roundcube.net/trunk@220 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/en_US')
-rw-r--r--roundcubemail/program/localization/en_US/labels.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc
index e280dbb29..afb6c8709 100644
--- a/roundcubemail/program/localization/en_US/labels.inc
+++ b/roundcubemail/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';