Compare commits

...

1 Commits

Author SHA1 Message Date
b4fbf0a187 [Frontend] Removed icon, changed name
Fixes #1978
- "Remove" changed to "Delete..."
- Removed icon from context menu
2018-04-23 13:35:41 -07:00

View File

@ -186,9 +186,8 @@ define([
"key": "remove", "key": "remove",
"category": "contextual", "category": "contextual",
"implementation": RemoveAction, "implementation": RemoveAction,
"cssClass": "icon-trash", "name": "Delete...",
"name": "Remove", "description": "Delete this object.",
"description": "Remove this object from its containing object.",
"depends": [ "depends": [
"navigationService" "navigationService"
] ]