Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrakekniven <mark.ziegler@rakekniven.de>2019-10-04 09:10:55 +0300
committerGitHub <noreply@github.com>2019-10-04 09:10:55 +0300
commitb25aa99de7bbbe2c7181e0b137b438dfdf5891d2 (patch)
tree5c1e7694363d2d63c42ea3ed9dbc4a367f6ce029
parentdddb233f16c2c6b3c262a952189d67926685ef78 (diff)
Fixed grammar
Reported at Transifex. See https://www.transifex.com/nextcloud/nextcloud/translate/#nl/client/182396083 Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
-rw-r--r--src/gui/folder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/folder.cpp b/src/gui/folder.cpp
index 2d83cae44..c8d0e645b 100644
--- a/src/gui/folder.cpp
+++ b/src/gui/folder.cpp
@@ -1079,7 +1079,7 @@ void Folder::slotAboutToRemoveAllFiles(SyncFileItem::Direction dir, bool *cancel
if (!cfgFile.promptDeleteFiles())
return;
- QString msg = dir == SyncFileItem::Down ? tr("All files in the sync folder '%1' folder were deleted on the server.\n"
+ QString msg = dir == SyncFileItem::Down ? tr("All files in the sync folder '%1' were deleted on the server.\n"
"These deletes will be synchronized to your local sync folder, making such files "
"unavailable unless you have a right to restore. \n"
"If you decide to restore the files, they will be re-synced with the server if you have rights to do so.\n"