Skip to content

Commit

Permalink
l10n: Changed triple dot to ellipsis
Browse files Browse the repository at this point in the history
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
  • Loading branch information
rakekniven authored and mgallien committed May 6, 2022
1 parent ca2d241 commit bc1be5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/tray/activitylistmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit bc1be5d

Please sign in to comment.