summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-splash/luasrc/view/splash_splash
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-10-31 19:26:07 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-10-31 19:26:07 +0000
commitcffba70b2ebff664e385f077d30cf701cab49a70 (patch)
treef5d22dd86b44e051c1c74797c3584e101d1f566a /applications/luci-splash/luasrc/view/splash_splash
parentb2671410bf5468443d6eb49f525d6c3e3fd7e28f (diff)
all: translation fixes in templates
Diffstat (limited to 'applications/luci-splash/luasrc/view/splash_splash')
-rw-r--r--applications/luci-splash/luasrc/view/splash_splash/splash.htm4
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-splash/luasrc/view/splash_splash/splash.htm b/applications/luci-splash/luasrc/view/splash_splash/splash.htm
index 413efbe2e6..01dfd05c1c 100644
--- a/applications/luci-splash/luasrc/view/splash_splash/splash.htm
+++ b/applications/luci-splash/luasrc/view/splash_splash/splash.htm
@@ -15,7 +15,7 @@ $Id$
<%+header%>
<%+splash/splash%>
<form method="get" action="<%=controller%>/splash/activate">
- <input type="submit" value="<%:decline Decline%>" />
- <input type="submit" name="accept" value="<%:accept Accept%>" />
+ <input type="submit" value="<%:Decline%>" />
+ <input type="submit" name="accept" value="<%:Accept%>" />
</form>
<%+footer%>