Skip to content

Commit 2e30e19

Browse files
committed
style(file-provider): improve text displayed when user resets virtual files setup.
Shorten it, removed unecessary information. Signed-off-by: Camila Ayres <[email protected]>
1 parent 265385d commit 2e30e19

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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)