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:
parent
4409bc2964
commit
0c7031bb1f
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue