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 Dec 13, 2024
1 parent 4a1ea41 commit d92b31b
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 d92b31b

Please sign in to comment.