diff --git a/resources/qml/Actions.qml b/resources/qml/Actions.qml index 7d977f2804..2c2caec13d 100644 --- a/resources/qml/Actions.qml +++ b/resources/qml/Actions.qml @@ -50,6 +50,7 @@ Item { id:toggleFullScreenAction shortcut: StandardKey.FullScreen; + text: catalog.i18nc("@action","Toggle Full Screen"); } Action @@ -178,7 +179,7 @@ Item text: catalog.i18nc("@action","Merge objects"); enabled: UM.Scene.numObjectsSelected > 1 ? true: false } - + Action { id: multiplyObjectAction;