tweak string
This commit is contained in:
parent
cf89c0d338
commit
21d1e2912e
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue