Show
Ignore:
Timestamp:
11/01/09 15:24:04 (4 years ago)
Author:
jow
Message:

all: remove references to old i18n files

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci/trunk/modules/admin-full/luasrc/controller/admin/index.lua

    r5448 r5485  
    1515 
    1616function index() 
    17     luci.i18n.loadc("admin-core") 
     17    luci.i18n.loadc("base") 
    1818    local i18n = luci.i18n.translate 
    1919 
     
    2424    end 
    2525     
    26     entry({"about"}, template("about")).i18n = "admin-core" 
     26    entry({"about"}, template("about")) 
    2727     
    2828    local page   = node("admin") 
     
    3030    page.title   = i18n("Administration") 
    3131    page.order   = 10 
    32     page.i18n    = "admin-core" 
    3332    page.sysauth = "root" 
    3433    page.sysauth_authenticator = "htmlauth"