luci-mod-system: fstab: "SWAP" section title is made translatable 2248/head
authorAnton Kikin <a.kikin@tano-systems.com>
Thu, 25 Oct 2018 16:40:23 +0000 (19:40 +0300)
committerAnton Kikin <a.kikin@tano-systems.com>
Thu, 25 Oct 2018 16:40:23 +0000 (19:40 +0300)
Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
modules/luci-mod-system/luasrc/model/cbi/admin_system/fstab.lua

index 02fe9cc05e1906d04199530b45396e19c98232e0..6f0921fdcfac417b5f35ab5e2019d767cced3895 100644 (file)
@@ -233,7 +233,7 @@ ck.cfgvalue = function(self, section)
 end
 
 
-swap = m:section(TypedSection, "swap", "SWAP", translate("If your physical memory is insufficient unused data can be temporarily swapped to a swap-device resulting in a higher amount of usable <abbr title=\"Random Access Memory\">RAM</abbr>. Be aware that swapping data is a very slow process as the swap-device cannot be accessed with the high datarates of the <abbr title=\"Random Access Memory\">RAM</abbr>."))
+swap = m:section(TypedSection, "swap", translate("SWAP"), translate("If your physical memory is insufficient unused data can be temporarily swapped to a swap-device resulting in a higher amount of usable <abbr title=\"Random Access Memory\">RAM</abbr>. Be aware that swapping data is a very slow process as the swap-device cannot be accessed with the high datarates of the <abbr title=\"Random Access Memory\">RAM</abbr>."))
 swap.anonymous = true
 swap.addremove = true
 swap.template = "cbi/tblsection"