Skip to content

Commit

Permalink
Correct the menutype descriptions
Browse files Browse the repository at this point in the history
PR for #16200

The description for the menu heading  and text sperator types are incorect

The heading is only for a parent eg Users and it cannot be used to seperate items within a menu. Thats what the text seperator is for
  • Loading branch information
brianteeman committed Oct 2, 2017
1 parent 7ab744f commit c70078e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions administrator/language/en-GB/en-GB.com_menus.ini
Expand Up @@ -221,9 +221,9 @@ COM_MENUS_TYPE_CONTAINER_DESC="This will create a container menu which will show
COM_MENUS_TYPE_EXTERNAL_URL="URL"
COM_MENUS_TYPE_EXTERNAL_URL_DESC="An external or internal URL."
COM_MENUS_TYPE_HEADING="Menu Heading"
COM_MENUS_TYPE_HEADING_DESC="A heading for use within menus, useful when separating menus with a separator."
COM_MENUS_TYPE_HEADING_DESC="A heading for the parent of submenu items."
COM_MENUS_TYPE_SEPARATOR="Text Separator"
COM_MENUS_TYPE_SEPARATOR_DESC="A text separator."
COM_MENUS_TYPE_SEPARATOR_DESC="A text separator, useful to seperate items within a menu."
COM_MENUS_TYPE_SYSTEM="System Links"
COM_MENUS_TYPE_UNEXISTING="Component '%s' does not exist."
COM_MENUS_TYPE_UNKNOWN="Unknown"
Expand Down

0 comments on commit c70078e

Please sign in to comment.