diff options
| author | lostsinner <lostsinner@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-03-21 15:41:36 +0000 |
|---|---|---|
| committer | lostsinner <lostsinner@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-03-21 15:41:36 +0000 |
| commit | 21f5cae2c2ac9a4e6db08ca05f532be40eabd913 (patch) | |
| tree | 533c1bd86f3c6e4befa0720a6b3cd757d6217d74 /roundcubemail/skins/default | |
| parent | 8804f22e81fbfd0545d457973ce05329cd631764 (diff) | |
Added localization label: 'welcome' to all localizations (currently in English)
This label is the page title welcome message on the login page (previously was hardcoded)
Changed login.html to use this label.
git-svn-id: https://svn.roundcube.net/trunk@170 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default')
| -rw-r--r-- | roundcubemail/skins/default/templates/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/templates/login.html b/roundcubemail/skins/default/templates/login.html index 2b56a3890..241f7c623 100644 --- a/roundcubemail/skins/default/templates/login.html +++ b/roundcubemail/skins/default/templates/login.html @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>Welcome to RoundCube|Mail</title> +<title><roundcube:label name="welcome" /></title> <roundcube:include file="/includes/links.html" /> <style type="text/css"> |
