From b25aa99de7bbbe2c7181e0b137b438dfdf5891d2 Mon Sep 17 00:00:00 2001 From: rakekniven Date: Fri, 4 Oct 2019 08:10:55 +0200 Subject: [PATCH] Fixed grammar Reported at Transifex. See https://www.transifex.com/nextcloud/nextcloud/translate/#nl/client/182396083 Signed-off-by: rakekniven --- src/gui/folder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"