Minor wording change.

This commit is contained in:
Sean Lip
2016-09-08 18:22:02 -07:00
parent dab7fd5751
commit 6c05ece593
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ blocklyApp.WorkspaceTreeComponent = ng.core
<li [id]="idMap['listItem']" class="blocklyHasChildren" role="treeitem"
[attr.aria-labelledBy]="generateAriaLabelledByAttr('blockly-more-options', 'blockly-submenu-indicator')"
[attr.aria-level]="level + 1">
<label [id]="idMap['label']">{{'MORE_OPTIONS'|translate}}</label>
<label [id]="idMap['label']">{{'BLOCK_OPTIONS'|translate}}</label>
<ol role="group">
<li *ngFor="#buttonInfo of actionButtonsInfo"
[id]="idMap[buttonInfo.baseIdKey]" role="treeitem"