Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions src/gui/macOS/fileprovidersettingscontroller_mac.mm
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,9 @@ void initialCheck()
emit vfsEnabledAccountsChanged();

if (setEnabled && showInformationDialog) {
QMessageBox::information(nullptr,
tr("macOS virtual files enabled"),
tr("Virtual files have been enabled for this account.\n"
"Files are accessible in Finder via an entry under the \"Locations\" section.\n"
"Please note that on macOS, virtual and classic sync folders are separate.\n"));
QMessageBox::information(nullptr, tr("Virtual files enabled"),
tr("Virtual files have been enabled for this account.\n\n"
"Your files are now accessible in Finder under the \"Locations\" section."));
}
}
}
Expand Down
Loading