Merge pull request #1050 from IzabelaBakollari/master

Removed whitespace from string
This commit is contained in:
Roeland Jago Douma 2019-01-30 09:58:15 +01:00 committed by GitHub
commit a46548fc04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ If your issue appears to be a bug, and hasn't been reported, open a new issue.
Help us to maximize the effort we can spend fixing issues and adding new Help us to maximize the effort we can spend fixing issues and adding new
features, by not reporting duplicate issues. features, by not reporting duplicate issues.
[template]: https://raw.githubusercontent.com/nextcloud/appstore/master/.github/issue_template.md [template]: https://raw.githubusercontent.com/nextcloud/desktop/master/.github/issue_template.md
[support]: https://nextcloud.com/support/ [support]: https://nextcloud.com/support/
[forum]: https://help.nextcloud.com/categories [forum]: https://help.nextcloud.com/categories
[irc]: https://webchat.freenode.net/?channels=nextcloud [irc]: https://webchat.freenode.net/?channels=nextcloud

View file

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