Skip to content

Commit

Permalink
Fix typo in translation string
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus authored Nov 19, 2024
1 parent e4f1647 commit 93e9c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qml/qgismobileapp.qml
Original file line number Diff line number Diff line change
Expand Up @@ -3959,7 +3959,7 @@ ApplicationWindow {
onClosing: close => {
if (screenLocker.enabled) {
close.accepted = false;
displayToast(qsTr("Unlock the screen to to close project and app"));
displayToast(qsTr("Unlock the screen to close project and app"));
return;
}
if (!closeAlreadyRequested) {
Expand Down

0 comments on commit 93e9c59

Please sign in to comment.