Skip to content

Commit

Permalink
Tag Menu items
Browse files Browse the repository at this point in the history
The tooltip used when creating menu items for the Tags Component uses the singular for tag when in fact the user can select multiple tags.

This PR updates the tooltip to accurately describe the functionality
  • Loading branch information
brianteeman committed Mar 15, 2017
1 parent 16b6fd0 commit d352faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/language/en-GB/en-GB.com_tags.ini
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ COM_TAGS_FIELD_PARENT_DESC="Select a parent tag."
COM_TAGS_FIELD_PARENT_LABEL="Parent"
COM_TAGS_FIELD_PARENT_TAG_DESC="If set only tags that are direct children of the selected tag will be displayed."
COM_TAGS_FIELD_PARENT_TAG_LABEL="Parent Tag"
COM_TAGS_FIELD_SELECT_TAG_DESC="Select the tag to use."
COM_TAGS_FIELD_SELECT_TAG_DESC="Select one or more tags."
COM_TAGS_FIELD_TAG_BODY_DESC="Show or hide the tag description."
COM_TAGS_FIELD_TAG_BODY_LABEL="Description."
COM_TAGS_FIELD_TAG_LABEL="Tag"
Expand Down

0 comments on commit d352faa

Please sign in to comment.