From 7c765875884d6866c53b63757731b079bace2e9b Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 31 Oct 2009 15:54:11 +0000 Subject: all: change most translate statements to new format, some need manual cleanup --- themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'themes/openwrt.org/luasrc/view') diff --git a/themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm b/themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm index 80aad132c..c6c743c6b 100644 --- a/themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm +++ b/themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm @@ -62,8 +62,8 @@ require("luci.http").prepare_content("application/xhtml+xml")

<%=luci.version.distname%>

<%=luci.version.distversion%>
-<%:load%>: <%="%.2f" % load1%> <%="%.2f" % load5%> <%="%.2f" % load15%>
-<%:hostname%>: <%=hostname%> +<%:Load%>: <%="%.2f" % load1%> <%="%.2f" % load5%> <%="%.2f" % load15%>
+<%:Hostname%>: <%=hostname%>

@@ -151,10 +151,10 @@ if tree.nodes[category] and tree.nodes[category].ucidata then end -%> <% end %> -- cgit v1.2.3