From 675e0d5611b43544a65d5aeb394508a8f76b1258 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Tue, 8 Dec 2020 09:24:01 +0200 Subject: [PATCH] Fix comment --- imports/NeoChat/Page/ImageEditorPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imports/NeoChat/Page/ImageEditorPage.qml b/imports/NeoChat/Page/ImageEditorPage.qml index 81129eab5..71b090889 100644 --- a/imports/NeoChat/Page/ImageEditorPage.qml +++ b/imports/NeoChat/Page/ImageEditorPage.qml @@ -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 {