Skip to content

Commit

Permalink
fix: Suffix-VFS in translatable string to clarify these two words bel…
Browse files Browse the repository at this point in the history
…ong together (#11944)
  • Loading branch information
DeepDiver1975 authored Oct 21, 2024
1 parent 055fcd4 commit dbec021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/folderstatusmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ QVariant FolderStatusModel::data(const QModelIndex &index, int role) const
}
if (f->isReady() && f->virtualFilesEnabled() && f->vfs().mode() == Vfs::Mode::WithSuffix) {
errors.append({
tr("The suffix VFS plugin is deprecated and will be removed in the 7.0 release.\n"
tr("The Suffix-VFS plugin is deprecated and will be removed in the 7.0 release.\n"
"Please use the context menu and select \"Disable virtual file support\" to ensure future access to your synced files.\n"
"You are going to lose access to your sync folder if you do not do so!"),
});
Expand Down

0 comments on commit dbec021

Please sign in to comment.