mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 17:37:36 +03:00
Fixed l18n issue. Added space for separating string
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>
This commit is contained in:
parent
97c54249d5
commit
d564279254
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue