We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c04d9d commit 99bc764Copy full SHA for 99bc764
Client/qtTeamTalk/chattextlist.cpp
@@ -348,7 +348,7 @@ void ChatTextList::contextMenuEvent(QContextMenuEvent* event)
348
349
menu.addSeparator();
350
menu.addAction(tr("Copy &All"), this, &ChatTextList::copyAllHistory);
351
- menu.addAction(tr("&Clear"), this, &ChatTextList::clearHistory);
+ menu.addAction(tr("C&lear"), this, &ChatTextList::clearHistory);
352
353
menu.exec(event->globalPos());
354
}
0 commit comments