Skip to content

Commit

Permalink
localized menu in backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad authored and nilshoerrmann committed Feb 4, 2011
1 parent bc98018 commit 81769f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extension.driver.php
Expand Up @@ -18,12 +18,12 @@ public function about(){
public function fetchNavigation() {
return array(
array(
'location' => 'System',
'location' => __('System'),
'name' => __('Localisations'),
'link' => '/localisations/'
)
);
}

}

0 comments on commit 81769f2

Please sign in to comment.