summaryrefslogtreecommitdiffhomepage
path: root/modules/admin-full/luasrc/controller/admin/system.lua
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-11-01 14:24:04 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-11-01 14:24:04 +0000
commitf5a760168b3dba6b9b0d5d93ab6b6ed4e229cb73 (patch)
treefbe69b9a2dae898ccb285e79d350c190c17ad4dd /modules/admin-full/luasrc/controller/admin/system.lua
parentc0ba2e06c65e98360d9a98570286a9c0cb82dc67 (diff)
all: remove references to old i18n files
Diffstat (limited to 'modules/admin-full/luasrc/controller/admin/system.lua')
-rw-r--r--modules/admin-full/luasrc/controller/admin/system.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/admin-full/luasrc/controller/admin/system.lua b/modules/admin-full/luasrc/controller/admin/system.lua
index 31f4361e4..1a19b143d 100644
--- a/modules/admin-full/luasrc/controller/admin/system.lua
+++ b/modules/admin-full/luasrc/controller/admin/system.lua
@@ -15,7 +15,7 @@ $Id$
module("luci.controller.admin.system", package.seeall)
function index()
- luci.i18n.loadc("admin-core")
+ luci.i18n.loadc("base")
local i18n = luci.i18n.translate
entry({"admin", "system"}, alias("admin", "system", "system"), i18n("System"), 30).index = true