Removed shortcut from Reset All Model &Transformations

CURA-5642
This commit is contained in:
Aleksei S 2018-09-04 11:29:33 +02:00 committed by Jaime van Kessel
parent 944b937036
commit e853cdc04d
17 changed files with 25 additions and 25 deletions

View file

@ -376,7 +376,7 @@ Item
Action
{
id: resetAllAction;
text: catalog.i18nc("@action:inmenu menubar:edit","Reset All Model &Transformations");
text: catalog.i18nc("@action:inmenu menubar:edit","Reset All Model Transformations");
onTriggered: CuraApplication.resetAll();
}