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>
This commit is contained in:
Camila Ayres 2025-10-16 23:38:31 +02:00
parent 265385dc62
commit 2e30e19bff

View File

@ -372,11 +372,9 @@ void FileProviderSettingsController::setVfsEnabledForAccount(const QString &user
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."));
}
}
}