Skip to content

Commit

Permalink
chore(i18n): Corrected spelling and improved grammar
Browse files Browse the repository at this point in the history
Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
  • Loading branch information
rakekniven authored and backportbot[bot] committed Dec 16, 2024
1 parent 2474125 commit 6ea3133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/folderman.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2045,7 +2045,7 @@ Result<void, QString> FolderMan::unsupportedConfiguration(const QString &path) c
{
if (numberOfSyncJournals(path) > 1) {
return tr("Multiple accounts are sharing the folder %1.\n"
"This configuration is know to lead to dataloss and is no longer supported.\n"
"This configuration is known to lead to data loss and is no longer supported.\n"
"Please consider removing this folder from the account and adding it again.")
.arg(path);
}
Expand Down

0 comments on commit 6ea3133

Please sign in to comment.