Fix comment

This commit is contained in:
Yuri Chornoivan
2020-12-08 09:24:01 +02:00
parent b33ee619db
commit 675e0d5611

View File

@@ -115,7 +115,7 @@ Kirigami.Page {
Kirigami.Action {
iconName: "dialog-ok"
visible: rootEditorView.resizing
text: i18nc("@action:button Rotate an image to the right", "Crop");
text: i18nc("@action:button Crop an image", "Crop");
onTriggered: rootEditorView.crop();
},
Kirigami.Action {