From 4d9cd12ba51ef7ce3edc320e2bb8bf72bce3c2a3 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 4 Jan 2011 18:24:24 +0000 Subject: [PATCH] #1014714 by janusman: Fixed Installer-created Home item on main-menu not translatable --- profiles/standard/standard.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/standard/standard.install b/profiles/standard/standard.install index fa4c767fae3..c8dbb7ee4df 100644 --- a/profiles/standard/standard.install +++ b/profiles/standard/standard.install @@ -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' => '', 'menu_name' => 'main-menu', );