summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorChristian Pointner <equinox@ffgraz.net>2011-05-09 02:54:30 +0000
committerChristian Pointner <equinox@ffgraz.net>2011-05-09 02:54:30 +0000
commit26c3d7c4177ff457c7c2dd69e665cce06db59be4 (patch)
tree7e0c19405b4236bc87e60945f08acde1d3f46398 /inc
parent9a258c8a754917d9e1ae78ba5a674b18e7dda999 (diff)
language improvements
Diffstat (limited to 'inc')
-rw-r--r--inc/lang.shtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/lang.shtml b/inc/lang.shtml
index a5dfe67..9765b84 100644
--- a/inc/lang.shtml
+++ b/inc/lang.shtml
@@ -3,13 +3,13 @@
<!--#if expr="${LANG} == de" -->
<li><img src="/images/at_dis.png" /><img src="/images/de_dis.png" /></li>
<!--#else -->
- <li><a href="/de/<!--#echo var="sitehtml" -->"><img src="/images/at.png" /><img src="/images/de.png" /></a></li>
+ <li><a href="/de/<!--#echo var="sitehtml" -->" title="Deutsche Version"><img src="/images/at.png" /><img src="/images/de.png" /></a></li>
<!--#endif-->
<!--#if expr="${LANG} == en" -->
<li><img src="/images/uk_dis.png" /><img src="/images/us_dis.png" /></li>
<!--#else -->
- <li><a href="/en/<!--#echo var="sitehtml" -->"><img src="/images/uk.png" /><img src="/images/us.png" /></a></li>
+ <li><a href="/en/<!--#echo var="sitehtml" -->" title="English Version"><img src="/images/uk.png" /><img src="/images/us.png" /></a></li>
<!--#endif-->
</ul>