diff options
author | svncommit <devs@roundcube.net> | 2006-03-21 15:41:36 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2006-03-21 15:41:36 +0000 |
commit | d1dfb1e65c593fcf3e5d5d0db6c386b89552f73f (patch) | |
tree | d2a740fff24278be55db604b4e772fa904b5d3ef /skins/default/templates | |
parent | ad57b3ab3ab6ac5f7e41580a96bf03900a52e5b2 (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.
Diffstat (limited to 'skins/default/templates')
-rw-r--r-- | skins/default/templates/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/login.html b/skins/default/templates/login.html index 2b56a3890..241f7c623 100644 --- a/skins/default/templates/login.html +++ b/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"> |