Fixed l18n issue. Added space for separating string
authorrakekniven <mark.ziegler@rakekniven.de>
Mon, 4 Feb 2019 16:13:53 +0000 (17:13 +0100)
committerGitHub <noreply@github.com>
Mon, 4 Feb 2019 16:13:53 +0000 (17:13 +0100)
Related to #1068

Reported at forums with screenshots. See

https://help.nextcloud.com/t/client-2-5-1-linux-typo/46796

Signed-off-by: Mark Ziegler <mark.ziegler@rakekniven.de>
src/gui/activitywidget.cpp

index 6a58bbd22f57b27fab845a96537bc3d8b034864a..ac12292ea198106da8328274ae0d0cf612434828 100644 (file)
@@ -179,6 +179,7 @@ void ActivityWidget::slotItemCompleted(const QString &folder, const SyncFileItem
 
         if(item->_status == SyncFileItem::NoStatus || item->_status == SyncFileItem::Success){
             qCWarning(lcActivity) << "Item " << item->_file << " retrieved successfully.";
+            activity._message.prepend(" ");
             activity._message.prepend(tr("Synced"));
             _model->addSyncFileItemToActivityList(activity);
         } else {