From e69f0b9055aefb9e45e96bc4dd5f2fd54f6de3f2 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 16 Nov 2023 14:26:46 +0100 Subject: [PATCH] Fixed typo --- sbapp/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbapp/main.py b/sbapp/main.py index 887c06c..abba940 100644 --- a/sbapp/main.py +++ b/sbapp/main.py @@ -547,7 +547,7 @@ class SidebandApp(MDApp): ok_button = MDRectangleFlatButton(text="OK",font_size=dp(18)) dialog = MDDialog( title="Storage Permission", - text="Sideband needs external storage permission to to read offline map files.\n\nOn this Android version, the Manage All Files permission is needed, since normal external storage permission is no longer supported.\n\nSideband will only ever read and write to files you select, and does not read any other data from your system.", + text="Sideband needs external storage permission to read offline map files.\n\nOn this Android version, the Manage All Files permission is needed, since normal external storage permission is no longer supported.\n\nSideband will only ever read and write to files you select, and does not read any other data from your system.", buttons=[ ok_button ], ) def dl_ok(s):