Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn authored Oct 19, 2024
1 parent 05faa85 commit b66d5ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qml/qgismobileapp.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b66d5ca

Please sign in to comment.