Use ellipsis character instead of ...

This commit is contained in:
Tobias Fella
2025-01-17 16:50:12 +01:00
parent 2bcf59c225
commit 111a45ab38
4 changed files with 4 additions and 4 deletions

View File

@@ -243,7 +243,7 @@ void NotificationsManager::postNotification(NeoChatRoom *room,
if (canReply) {
std::unique_ptr<KNotificationReplyAction> replyAction(new KNotificationReplyAction(i18n("Reply")));
replyAction->setPlaceholderText(i18n("Reply..."));
replyAction->setPlaceholderText(i18n("Reply"));
connect(replyAction.get(), &KNotificationReplyAction::replied, this, [room, replyEventId](const QString &text) {
TextHandler textHandler;
textHandler.setData(text);