tweak string

This commit is contained in:
Martin Rotter 2024-01-17 13:11:13 +01:00
parent cf89c0d338
commit 21d1e2912e

View File

@ -252,7 +252,8 @@ void FeedMessageViewer::loadMessageToFeedAndArticleList(Feed* feed, const Messag
if (!idx_map_msg.isValid() || !msg_is_visible) {
qApp->showGuiMessage(Notification::Event::GeneralEvent,
GuiMessage(tr("Filtered article list"),
tr("Cannot select article as it seems your article list is filtered."),
tr("Cannot select article as it seems your article list is filtered or the article "
"was deleted."),
QSystemTrayIcon::MessageIcon::Warning),
GuiMessageDestination(true, true));
return;