modules/freifunk: fix syntax error introduced in r5150
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 28 Jul 2009 12:09:38 +0000 (12:09 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 28 Jul 2009 12:09:38 +0000 (12:09 +0000)
modules/freifunk/luasrc/model/cbi/freifunk/public_status.lua

index 2192697..9831ac9 100644 (file)
@@ -27,7 +27,7 @@ f:field(DummyValue, "_memtotal", translate("m_i_memory")).value =
 string.format("%.2f MB (%.0f%% %s, %.0f%% %s, %.0f%% %s)",
        tonumber(memtotal) / 1024,
        100 * memcached / memtotal,
-       tostring(translate("mem_cached"), "")),
+       tostring(translate("mem_cached", "")),
        100 * membuffers / memtotal,
        tostring(translate("mem_buffered", "")),
        100 * memfree / memtotal,