diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2011-01-04 18:24:24 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2011-01-04 18:24:24 +0000 |
commit | 4d9cd12ba51ef7ce3edc320e2bb8bf72bce3c2a3 (patch) | |
tree | 4a17d68f7b2084d7c18b20aec57d16333d352982 /profiles | |
parent | 6ec0561ee2ed0bc0760dc918d40e89c2e647dc88 (diff) | |
download | brdo-4d9cd12ba51ef7ce3edc320e2bb8bf72bce3c2a3.tar.gz brdo-4d9cd12ba51ef7ce3edc320e2bb8bf72bce3c2a3.tar.bz2 |
#1014714 by janusman: Fixed Installer-created Home item on main-menu not translatable
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/standard/standard.install | 2 |
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', ); |