From 9215f16c9f8277ca47a5c9976f0c253f756ff446 Mon Sep 17 00:00:00 2001 From: Manuel Munz Date: Mon, 14 Feb 2011 18:01:20 +0000 Subject: po: Move p2pblock translations from freifunk into own translation files --- modules/freifunk/luasrc/model/cbi/freifunk/basics.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'modules') 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 -- cgit v1.2.3