From 61690db0eeb0375c6b6d9bb0ca6e69371a7eb0ba Mon Sep 17 00:00:00 2001 From: DYefremov Date: Sun, 15 Feb 2026 21:50:07 +0300 Subject: [PATCH] minor msg adjustment --- app/ui/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ui/main.py b/app/ui/main.py index 43eaa08e..4e84a91d 100644 --- a/app/ui/main.py +++ b/app/ui/main.py @@ -1109,7 +1109,7 @@ class Application(Gtk.Application): return True else: if len(self._task_box): - msg = f"{translate('There are running background tasks!!')}\n\n\t{translate('Are you sure?')}" + msg = f"{translate('There are running background tasks!!')}\n\n\t\t{translate('Are you sure?')}" if show_dialog(DialogType.QUESTION, self._main_window, msg) != Gtk.ResponseType.OK: return True log("Terminating the application...")