luci-mod-system: add "KiB" to translatable strings

Also changed original "kiB" to "KiB" in accordance with IEEE 1541-2002.

Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
This commit is contained in:
Anton Kikin 2018-10-25 19:59:40 +03:00 committed by Paul Spooren
parent 4409bc2964
commit 0c7031bb1f

View file

@ -67,7 +67,7 @@ end
-- Logging
--
o = s:taboption("logging", Value, "log_size", translate("System log buffer size"), "kiB")
o = s:taboption("logging", Value, "log_size", translate("System log buffer size"), translate("KiB"))
o.optional = true
o.placeholder = 16
o.datatype = "uinteger"