Skip to content

Commit 2978d88

Browse files
camilasanbackportbot[bot]
authored andcommitted
style(file-provider): improve text displayed when user resets virtual files setup.
Shorten it, removed unecessary information. Signed-off-by: Camila Ayres <hello@camilasan.com>
1 parent 370051d commit 2978d88

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

src/gui/macOS/fileprovidersettingscontroller_mac.mm

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -372,11 +372,9 @@ void initialCheck()
372372
emit vfsEnabledAccountsChanged();
373373

374374
if (setEnabled && showInformationDialog) {
375-
QMessageBox::information(nullptr,
376-
tr("macOS virtual files enabled"),
377-
tr("Virtual files have been enabled for this account.\n"
378-
"Files are accessible in Finder via an entry under the \"Locations\" section.\n"
379-
"Please note that on macOS, virtual and classic sync folders are separate.\n"));
375+
QMessageBox::information(nullptr, tr("Virtual files enabled"),
376+
tr("Virtual files have been enabled for this account.\n\n"
377+
"Your files are now accessible in Finder under the \"Locations\" section."));
380378
}
381379
}
382380
}

0 commit comments

Comments
 (0)