summaryrefslogtreecommitdiffstats
path: root/app/views/layouts/base.rhtml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-01-21 12:31:16 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-01-21 12:31:16 +0000
commit4ccbc65628efd10cb83ddcc884dc0a4aba3e0b92 (patch)
treee0a3f076cb67fd9aca7c79139ae225f7625a4f3d /app/views/layouts/base.rhtml
parent9a2753931bd4dcf30d6de995d1943d374ebb877d (diff)
downloadredmine-4ccbc65628efd10cb83ddcc884dc0a4aba3e0b92.tar.gz
redmine-4ccbc65628efd10cb83ddcc884dc0a4aba3e0b92.zip
added translated strings for settings view
git-svn-id: http://redmine.rubyforge.org/svn/trunk@169 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/layouts/base.rhtml')
-rw-r--r--app/views/layouts/base.rhtml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/layouts/base.rhtml b/app/views/layouts/base.rhtml
index e4c35b6bd..f4d45f029 100644
--- a/app/views/layouts/base.rhtml
+++ b/app/views/layouts/base.rhtml
@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
-<title><%= Setting.header_title + (@html_title ? ": #{@html_title}" : "") %></title>
+<title><%= Setting.app_title + (@html_title ? ": #{@html_title}" : "") %></title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="redMine" />
<meta name="keywords" content="issue,bug,tracker" />
@@ -23,8 +23,8 @@
<div id="header">
<div style="float: left;">
- <h1><%= Setting.header_title %></h1>
- <h2><%= Setting.header_subtitle %></h2>
+ <h1><%= Setting.app_title %></h1>
+ <h2><%= Setting.app_subtitle %></h2>
</div>
<div style="float: right; padding-right: 1em; padding-top: 0.2em;">
<% if loggedin? %><small><%=l(:label_logged_as)%> <b><%= @logged_in_user.login %></b></small><% end %>