git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
4409bc2
)
luci-mod-system: add "KiB" to translatable strings
author
Anton Kikin
<redacted>
Thu, 25 Oct 2018 16:59:40 +0000
(19:59 +0300)
committer
Paul Spooren
<redacted>
Fri, 12 Apr 2019 17:43:34 +0000
(19:43 +0200)
Also changed original "kiB" to "KiB" in accordance with IEEE 1541-2002.
Signed-off-by: Anton Kikin <redacted>
modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua
patch
|
blob
|
history
diff --git
a/modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua
b/modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua
index b58bbd4134051da62e522e77c26b5a04ceb77785..33ec027e0d447a3a1c4fbc0f74413bc14994c04b 100644
(file)
--- a/
modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua
+++ b/
modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua
@@
-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"
git clone https://git.99rst.org/PROJECT