diff --git a/administrator/components/com_menus/tmpl/items/modal.php b/administrator/components/com_menus/tmpl/items/modal.php
index e592075877504..f69f3740c0002 100644
--- a/administrator/components/com_menus/tmpl/items/modal.php
+++ b/administrator/components/com_menus/tmpl/items/modal.php
@@ -158,7 +158,7 @@
language == '') : ?>
-
+
language == '*') : ?>
diff --git a/administrator/language/en-GB/com_menus.ini b/administrator/language/en-GB/com_menus.ini
index dfa201f56a8fd..93295f7b91f1f 100644
--- a/administrator/language/en-GB/com_menus.ini
+++ b/administrator/language/en-GB/com_menus.ini
@@ -64,6 +64,7 @@ COM_MENUS_HEADING_POSITION="Position"
COM_MENUS_HEADING_PUBLISHED_ITEMS="Published"
COM_MENUS_HEADING_TRASHED_ITEMS="Trashed"
COM_MENUS_HEADING_UNPUBLISHED_ITEMS="Unpublished"
+COM_MENUS_HOME="Home"
COM_MENUS_INTEGRATION_FIELDSET_LABEL="Integration"
COM_MENUS_ITEM_DETAILS="Details"
COM_MENUS_ITEM_FIELD_ALIAS_MENU_LABEL="Menu Item"
@@ -205,6 +206,5 @@ COM_MENUS_XML_DESCRIPTION="Component for creating menus."
JLIB_RULES_SETTING_NOTES_COM_MENUS="Changes apply to this component only. Inherited - a Global Configuration setting or higher level setting is applied. Denied always wins - whatever is set at the Global or higher level and applies to all child elements. Allowed will enable the action for this component unless overruled by a Global Configuration setting." ; Alternate language strings for the rules form field
-JDEFAULT="Home" ; Alternate language strings for the default menu item
JLIB_HTML_SETDEFAULT_ITEM="Set as Home" ; Alternate language strings for the default menu item
JTOOLBAR_DEFAULT="Home" ; Alternate language strings for the default menu item
|