From 2a986cd175bc6605ccd4eb578047c1918974b995 Mon Sep 17 00:00:00 2001 From: Laurent Monin Date: Wed, 24 Apr 2024 17:39:50 +0200 Subject: [PATCH] Revert "Update picard/ui/ui_options_maintenance.py" This reverts commit 686df504cb20bf61b9d2c1d8c8cd923e927d7b2b. --- picard/ui/ui_options_maintenance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picard/ui/ui_options_maintenance.py b/picard/ui/ui_options_maintenance.py index 82d17a44b..4d7382709 100644 --- a/picard/ui/ui_options_maintenance.py +++ b/picard/ui/ui_options_maintenance.py @@ -125,7 +125,7 @@ class Ui_MaintenanceOptionsPage(object): self.open_folder_button.setText(_("Open folder")) self.load_backup_button.setText(_("Load Backup")) self.save_backup_button.setText(_("Save Backup")) - self.label_2.setText(_("Configuration file backups directory:")) + self.label_2.setText(_("Automatic backups directory")) self.browse_autobackup_dir.setText(_("Browse…")) self.enable_cleanup.setText(_("Remove selected options")) self.select_all.setText(_("Select all"))