summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-p2pblock/luasrc/controller/ff_p2pblock.lua
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-10-31 15:54:11 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-10-31 15:54:11 +0000
commit7c765875884d6866c53b63757731b079bace2e9b (patch)
treedb436df0eaff7de048bca26a7e419aedeb4a08a4 /applications/luci-p2pblock/luasrc/controller/ff_p2pblock.lua
parentdc7138e424dfd454951ed5ed4eeddbf842457e87 (diff)
all: change most translate statements to new format, some need manual cleanup
Diffstat (limited to 'applications/luci-p2pblock/luasrc/controller/ff_p2pblock.lua')
-rw-r--r--applications/luci-p2pblock/luasrc/controller/ff_p2pblock.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-p2pblock/luasrc/controller/ff_p2pblock.lua b/applications/luci-p2pblock/luasrc/controller/ff_p2pblock.lua
index 9184d9991..d8dbc330d 100644
--- a/applications/luci-p2pblock/luasrc/controller/ff_p2pblock.lua
+++ b/applications/luci-p2pblock/luasrc/controller/ff_p2pblock.lua
@@ -17,5 +17,5 @@ module("luci.controller.ff_p2pblock", package.seeall)
function index()
require("luci.i18n").loadc("freifunk")
entry({"admin", "network", "firewall", "p2pblock"}, cbi("luci_fw/p2pblock"),
- luci.i18n.translate("ff_p2pblock", "P2P-Block"), 40)
+ luci.i18n.translate("P2P-Block"), 40)
end