diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-11-01 14:24:04 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-11-01 14:24:04 +0000 |
commit | f5a760168b3dba6b9b0d5d93ab6b6ed4e229cb73 (patch) | |
tree | fbe69b9a2dae898ccb285e79d350c190c17ad4dd /modules/freifunk | |
parent | c0ba2e06c65e98360d9a98570286a9c0cb82dc67 (diff) |
all: remove references to old i18n files
Diffstat (limited to 'modules/freifunk')
-rw-r--r-- | modules/freifunk/luasrc/controller/freifunk/freifunk.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/freifunk/luasrc/controller/freifunk/freifunk.lua b/modules/freifunk/luasrc/controller/freifunk/freifunk.lua index 52b37dc6a..e4f34714d 100644 --- a/modules/freifunk/luasrc/controller/freifunk/freifunk.lua +++ b/modules/freifunk/luasrc/controller/freifunk/freifunk.lua @@ -47,7 +47,7 @@ function index() page.target = form("freifunk/public_status") page.title = i18n("Overview") page.order = 20 - page.i18n = "admin-core" + page.i18n = "base" page.setuser = false page.setgroup = false |