From 582fe2914b63e15e31091acb8ca3ef640acac55e Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sun, 28 Apr 2019 20:33:32 +0200 Subject: [PATCH] correct dialog text --- borg_qt/main_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/borg_qt/main_window.py b/borg_qt/main_window.py index 5081223..5edb1b1 100644 --- a/borg_qt/main_window.py +++ b/borg_qt/main_window.py @@ -208,7 +208,7 @@ class MainWindow(QMainWindow): thread = borg.DeleteThread(archive_name) dialog = ProgressDialog(thread) dialog.label_info.setText( - "Borg-Qt is currently deleting a backup.") + "Borg-Qt is currently deleting an archive.") dialog.exec_() self.update_ui() except BorgException as e: