mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 05:25:50 +03:00
l10n: Changed triple dot to ellipsis
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
parent
2956f32168
commit
994c2e02d8
1 changed files with 1 additions and 1 deletions
|
@ -483,7 +483,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._darkIcon = QLatin1String("qrc:///client/theme/colored/change-bordered.svg");
|
||||
a._lightIcon = QLatin1String("qrc:///client/theme/colored/change-bordered.svg");
|
||||
|
|
Loading…
Reference in a new issue