From 93e9c593e69c9cc2396644588f6e7d6a968f7a6a Mon Sep 17 00:00:00 2001 From: Ivan Ivanov Date: Tue, 19 Nov 2024 13:17:45 +0200 Subject: [PATCH] Fix typo in translation string --- src/qml/qgismobileapp.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/qgismobileapp.qml b/src/qml/qgismobileapp.qml index 58ad5936c0..e68d001360 100644 --- a/src/qml/qgismobileapp.qml +++ b/src/qml/qgismobileapp.qml @@ -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) {