From b66d5ca79372e8c276789e30967663c1c7f66ded Mon Sep 17 00:00:00 2001 From: Mathieu Pellerin Date: Sat, 19 Oct 2024 11:15:13 +0700 Subject: [PATCH] Apply suggestions from code review --- src/qml/qgismobileapp.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qml/qgismobileapp.qml b/src/qml/qgismobileapp.qml index 71ac5b110e..182948cb9e 100644 --- a/src/qml/qgismobileapp.qml +++ b/src/qml/qgismobileapp.qml @@ -4054,11 +4054,11 @@ ApplicationWindow { x: (mainWindow.width - width) / 2 y: (mainWindow.height - height) / 2 - title: qsTr("Cancel algorithm") + title: qsTr("Cancel algorithm operation") Label { width: parent.width wrapMode: Text.WordWrap - text: qsTr("You are about to dismiss algorithm, proceed?") + text: qsTr("You are about to dismiss the ongoing algorithm operation, proceed?") } standardButtons: Dialog.Ok | Dialog.Cancel