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/de_DE/labels.inc | |
parent | 69b83b900d736aaa92d26d1c9277b321ced2aacb (diff) |
Changed login page title regarding product name (Bug #1476413)
Diffstat (limited to 'program/localization/de_DE/labels.inc')
-rw-r--r-- | program/localization/de_DE/labels.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/localization/de_DE/labels.inc b/program/localization/de_DE/labels.inc index 249e6ec8f..7e7f5de22 100644 --- a/program/localization/de_DE/labels.inc +++ b/program/localization/de_DE/labels.inc @@ -21,7 +21,7 @@ $labels = array(); // login page // Login-Seite -$labels['welcome'] = 'Welcome to Roundcube|Mail'; +$labels['welcome'] = 'Willkommen bei $product'; $labels['username'] = 'Benutzername'; $labels['password'] = 'Passwort'; $labels['server'] = 'Server'; |