mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 22:46:04 +03:00
i18n: Add a space
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
This commit is contained in:
parent
83415062ba
commit
f4931026d7
1 changed files with 1 additions and 1 deletions
|
@ -485,7 +485,7 @@ void ActivityListModel::insertOrRemoveDummyFetchingActivity()
|
|||
a._accName = _accountState->account()->displayName();
|
||||
a._id = -2;
|
||||
a._objectType = dummyFetchingActivityObjectType;
|
||||
a._subject = tr("Fetching activities…");
|
||||
a._subject = tr("Fetching activities …");
|
||||
a._dateTime = QDateTime::currentDateTime();
|
||||
a._icon = QLatin1String("qrc:///client/theme/colored/change-bordered.svg");
|
||||
|
||||
|
|
Loading…
Reference in a new issue