English language modifications

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10057 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
dragan-dan 2012-01-30 16:24:52 +00:00
parent 39826eb472
commit 899f73ee17
18 changed files with 90 additions and 80 deletions

View file

@ -75,7 +75,7 @@
unset($args);
// gnb item create
$gnbList = array('dashboard', 'site', 'user', 'content', 'theme', 'extensions', 'configuration');
$gnbList = array('dashboard', 'menu', 'user', 'content', 'theme', 'extensions', 'configuration');
foreach($gnbList AS $key=>$value)
{
//insert menu item
@ -239,7 +239,7 @@
{
switch($menuName) {
case 'siteMap':
return 'site';
return 'menu';
break;
case 'userList':
case 'userSetting':