#1014714 by janusman: Fixed Installer-created Home item on main-menu not translatable

merge-requests/26/head
Angie Byron 2011-01-04 18:24:24 +00:00
parent 6ec0561ee2
commit 4d9cd12ba5
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ function standard_install() {
// Create a Home link in the main menu.
$item = array(
'link_title' => 'Home',
'link_title' => st('Home'),
'link_path' => '<front>',
'menu_name' => 'main-menu',
);