l10n: Changed triple dot to ellipsis
authorrakekniven <2069590+rakekniven@users.noreply.github.com>
Sat, 30 Apr 2022 14:51:43 +0000 (16:51 +0200)
committerMatthieu Gallien <matthieu_gallien@yahoo.fr>
Wed, 4 May 2022 09:33:47 +0000 (11:33 +0200)
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
src/gui/tray/activitylistmodel.cpp

index e0eddd7078154d693e6035c54dc25fdf1fac63dd..6d412f67de4e437273e1c5f03cf5ebe97ddce930 100644 (file)
@@ -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");