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:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2017-06-29 17:06:07 +0300
committerGitHub <noreply@github.com>2017-06-29 17:06:07 +0300
commitd810c1330489e13f45f88c908e3e0d7aedbea3db (patch)
treea406b409a6f7fa2c271ca1ffb18a1f32e49b3a83
parente240904a324609ea14a69d5da2bf57af96a9d88b (diff)
parent3d2f5b6af13c79e379be5a09f1122f8b1954a9f5 (diff)
Merge pull request #27 from nextcloud-gmbh/wording-fix
Change wording from synchronizing to synchronized
-rw-r--r--src/gui/folderstatusdelegate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/folderstatusdelegate.cpp b/src/gui/folderstatusdelegate.cpp
index ddb503867..3d193d5cd 100644
--- a/src/gui/folderstatusdelegate.cpp
+++ b/src/gui/folderstatusdelegate.cpp
@@ -242,7 +242,7 @@ void FolderStatusDelegate::paint(QPainter *painter, const QStyleOptionViewItem &
if (!showProgess) {
painter->setFont(subFont);
QString elidedRemotePathText = subFm.elidedText(
- tr("Synchronizing with local folder"),
+ tr("Synchronized with local folder"),
Qt::ElideRight, remotePathRect.width());
painter->drawText(QStyle::visualRect(option.direction, option.rect, remotePathRect),
textAlign, elidedRemotePathText);