diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-10-31 20:03:27 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-10-31 20:03:27 +0000 |
commit | eeed712024f1779c35a2bb85caf1fb4b366a0385 (patch) | |
tree | abdb75d2d027af3b637cb89bdaacc174ee0e9496 /modules/admin-full/luasrc/model | |
parent | cffba70b2ebff664e385f077d30cf701cab49a70 (diff) |
all: next round of translation fixups
Diffstat (limited to 'modules/admin-full/luasrc/model')
-rw-r--r-- | modules/admin-full/luasrc/model/cbi/admin_system/fstab.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/admin-full/luasrc/model/cbi/admin_system/fstab.lua b/modules/admin-full/luasrc/model/cbi/admin_system/fstab.lua index e55c44c88..a70174d39 100644 --- a/modules/admin-full/luasrc/model/cbi/admin_system/fstab.lua +++ b/modules/admin-full/luasrc/model/cbi/admin_system/fstab.lua @@ -71,7 +71,7 @@ end mount:option(Value, "target", translate("Mount Point")) mount:option(Value, "fstype", translate("Filesystem"), translate("The filesystem that was used to format the memory (<abbr title=\"for example\">e.g.</abbr> <samp><abbr title=\"Third Extended Filesystem\">ext3</abbr></samp>)")) -mount:option(Value, "options", translate("Options"), translatef("see \'%s\' manpage"%s' manpage", "mount")) +mount:option(Value, "options", translate("Options"), translate("See \"mount\" manpage for details")) 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>.")) |