From 6ea3133248c1b8371d9ba3eebe9f9c9c1b1de06d Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Fri, 13 Dec 2024 08:15:21 +0100 Subject: [PATCH] chore(i18n): Corrected spelling and improved grammar Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- src/gui/folderman.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/folderman.cpp b/src/gui/folderman.cpp index bb3aa4fbd9d92..a23a398270162 100644 --- a/src/gui/folderman.cpp +++ b/src/gui/folderman.cpp @@ -2045,7 +2045,7 @@ Result 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); }