From 99a9d610211f5192cb8df4a160381e5238d4ed26 Mon Sep 17 00:00:00 2001 From: Jonatan Nyberg <84130654+NickWick13@users.noreply.github.com> Date: Wed, 12 Aug 2026 18:45:41 +0300 Subject: [PATCH] Update macFUSE wording Signed-off-by: Jonatan Nyberg <84130654+NickWick13@users.noreply.github.com> --- src/vorta/views/archive_tab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vorta/views/archive_tab.py b/src/vorta/views/archive_tab.py index 5ef7b4d10..7f8b4f892 100644 --- a/src/vorta/views/archive_tab.py +++ b/src/vorta/views/archive_tab.py @@ -103,7 +103,7 @@ def __init__(self, parent=None, app=None, profile_provider=None): delegate = IconDelegate(self.archiveTable) self.archiveTable.setItemDelegateForColumn(ArchiveTableModel.COL_TRIGGER, delegate) - self.mount_help_text = QT_TRANSLATE_NOOP('Form', 'To mount archives, first install "FUSE for macOS" from %1.') + self.mount_help_text = QT_TRANSLATE_NOOP('Form', 'To mount archives, first install macFUSE from %1.') self.mount_help_link_text = QT_TRANSLATE_NOOP('Form', 'here') self.pruning_help_text = QT_TRANSLATE_NOOP( 'Form',