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 --- .../luasrc/view/themes/openwrt.org-oxygen/header.htm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'themes/openwrt.org-oxygen/luasrc') diff --git a/themes/openwrt.org-oxygen/luasrc/view/themes/openwrt.org-oxygen/header.htm b/themes/openwrt.org-oxygen/luasrc/view/themes/openwrt.org-oxygen/header.htm index 31873182c..48b9db428 100644 --- a/themes/openwrt.org-oxygen/luasrc/view/themes/openwrt.org-oxygen/header.htm +++ b/themes/openwrt.org-oxygen/luasrc/view/themes/openwrt.org-oxygen/header.htm @@ -64,8 +64,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%>

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