diff options
author | Manuel Munz <freifunk@somakoma.de> | 2011-02-14 18:01:20 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2011-02-14 18:01:20 +0000 |
commit | 9215f16c9f8277ca47a5c9976f0c253f756ff446 (patch) | |
tree | 2a1f21f34641757c86c4ab6c109e54962e8c6c02 /modules | |
parent | 09ab3902dd284c4d89611b479b9ad4462384cd9a (diff) |
po: Move p2pblock translations from freifunk into own translation files
Diffstat (limited to 'modules')
-rw-r--r-- | modules/freifunk/luasrc/model/cbi/freifunk/basics.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/freifunk/luasrc/model/cbi/freifunk/basics.lua b/modules/freifunk/luasrc/model/cbi/freifunk/basics.lua index 31ab9bb67..2c22f7b49 100644 --- a/modules/freifunk/luasrc/model/cbi/freifunk/basics.lua +++ b/modules/freifunk/luasrc/model/cbi/freifunk/basics.lua @@ -16,9 +16,7 @@ local uci = require "luci.model.uci".cursor() local profiles = "/etc/config/profile_" m = Map("freifunk", translate ("Community")) -c = m:section(NamedSection, "community", "public", nil, translate([[These are the basic -settings for your local wireless community. These settings define the default values for the wizard -and DO NOT affect the actual configuration of the router.]])) +c = m:section(NamedSection, "community", "public", nil, translate("These are the basic settings for your local wireless community. These settings define the default values for the wizard and DO NOT affect the actual configuration of the router.")) community = c:option(ListValue, "name", translate ("Community")) community.rmempty = false |