correct dialog text

This commit is contained in:
Andreas Zweili 2019-04-28 20:33:32 +02:00
parent ef189be7cf
commit 582fe2914b
1 changed files with 1 additions and 1 deletions

View File

@ -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: