all: yet another round of translation fixes
[project/luci.git] / modules / freifunk / luasrc / model / cbi / freifunk / public_status.lua
index 7cf17da..16f1d86 100644 (file)
@@ -27,11 +27,11 @@ f:field(DummyValue, "_memtotal", translate("Memory")).value =
 string.format("%.2f MB (%.0f%% %s, %.0f%% %s, %.0f%% %s)",
        tonumber(memtotal) / 1024,
        100 * memcached / memtotal,
-       tostring(translate("mem_cached", "")),
+       tostring(translate("cached")),
        100 * membuffers / memtotal,
-       tostring(translate("mem_buffered", "")),
+       tostring(translate("buffered")),
        100 * memfree / memtotal,
-       tostring(translate("mem_free", ""))
+       tostring(translate("free"))
 )
 
 f:field(DummyValue, "_systime", translate("Local Time")).value =