From d1dfb1e65c593fcf3e5d5d0db6c386b89552f73f Mon Sep 17 00:00:00 2001
From: svncommit <devs@roundcube.net>
Date: Tue, 21 Mar 2006 10:41:36 -0500
Subject: [PATCH] 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)

---
 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 2b56a38..241f7c6 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">
 

--
Gitblit v1.9.1