diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-11-01 13:35:24 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-11-01 13:35:24 +0000 |
commit | 1bf7b68a66fac46547921b31588b3726e8fc3927 (patch) | |
tree | a0d098def86ff2d0a08b637f2b790eb76f5e0b00 /themes/oxygen/luasrc | |
parent | 151a4874bef7ca64bd61c0728aa5872c869570c4 (diff) |
themes: i18n markup fixes
Diffstat (limited to 'themes/oxygen/luasrc')
-rw-r--r-- | themes/oxygen/luasrc/view/themes/oxygen/header.htm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/oxygen/luasrc/view/themes/oxygen/header.htm b/themes/oxygen/luasrc/view/themes/oxygen/header.htm index 01c5afdfd..b107aa49e 100644 --- a/themes/oxygen/luasrc/view/themes/oxygen/header.htm +++ b/themes/oxygen/luasrc/view/themes/oxygen/header.htm @@ -50,8 +50,8 @@ require("luci.http").prepare_content("application/xhtml+xml") <div id="screen"> <p class="skiplink"> -<span id="skiplink1"><a href="#navigation"><%:skiplink1 Skip to navigation%></a></span> -<span id="skiplink2"><a href="#content"><%:skiplink2 Skip to content%></a></span> +<span id="skiplink1"><a href="#navigation"><%:Skip to navigation%></a></span> +<span id="skiplink2"><a href="#content"><%:Skip to content%></a></span> </p> <%- |