mirror of
https://github.com/chylex/Nextcloud-Desktop.git
synced 2025-05-06 23:34:09 +02:00
Changes to be committed:
modified: src/gui/activitywidget.cpp Removed whitespace from string Issue #928
This commit is contained in:
parent
218ffd0cd8
commit
e3731e40aa
@ -179,7 +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(tr("Synced "));
|
||||
activity._message.prepend(tr("Synced"));
|
||||
_model->addSyncFileItemToActivityList(activity);
|
||||
} else {
|
||||
qCWarning(lcActivity) << "Item " << item->_file << " retrieved resulted in error " << item->_errorString;
|
||||
|
Loading…
Reference in New Issue
Block a user