Fix comment
This commit is contained in:
@@ -115,7 +115,7 @@ Kirigami.Page {
|
|||||||
Kirigami.Action {
|
Kirigami.Action {
|
||||||
iconName: "dialog-ok"
|
iconName: "dialog-ok"
|
||||||
visible: rootEditorView.resizing
|
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();
|
onTriggered: rootEditorView.crop();
|
||||||
},
|
},
|
||||||
Kirigami.Action {
|
Kirigami.Action {
|
||||||
|
|||||||
Reference in New Issue
Block a user