summaryrefslogtreecommitdiff
path: root/profiles/standard
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2011-01-04 18:24:24 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2011-01-04 18:24:24 +0000
commit4d9cd12ba51ef7ce3edc320e2bb8bf72bce3c2a3 (patch)
tree4a17d68f7b2084d7c18b20aec57d16333d352982 /profiles/standard
parent6ec0561ee2ed0bc0760dc918d40e89c2e647dc88 (diff)
downloadbrdo-4d9cd12ba51ef7ce3edc320e2bb8bf72bce3c2a3.tar.gz
brdo-4d9cd12ba51ef7ce3edc320e2bb8bf72bce3c2a3.tar.bz2
#1014714 by janusman: Fixed Installer-created Home item on main-menu not translatable
Diffstat (limited to 'profiles/standard')
-rw-r--r--profiles/standard/standard.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/standard/standard.install b/profiles/standard/standard.install
index fa4c767fa..c8dbb7ee4 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' => '<front>',
'menu_name' => 'main-menu',
);