mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
- Implementation of the localization... on going...
SVN:trunk[362]
This commit is contained in:
@@ -63,7 +63,7 @@ class menuNode extends DBObject
|
||||
|
||||
public function GetMenuName()
|
||||
{
|
||||
return $this->Get('name');
|
||||
return Dict::S($this->Get('name'));
|
||||
}
|
||||
|
||||
public function GetMenuIcon()
|
||||
@@ -73,7 +73,7 @@ class menuNode extends DBObject
|
||||
|
||||
public function GetMenuLabel()
|
||||
{
|
||||
return $this->Get('label');
|
||||
return Dict::S($this->Get('label'));
|
||||
}
|
||||
|
||||
public function GetMenuLink($aExtraParams)
|
||||
|
||||
Reference in New Issue
Block a user