mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
FeedReader: Show error when some post could not be created
This commit is contained in:
parent
8422d3fc8c
commit
f9ca6cd3e1
6 changed files with 156 additions and 120 deletions
|
@ -136,6 +136,9 @@ QString FeedReaderStringDefs::errorString(RsFeedReaderErrorState errorState, con
|
|||
case RS_FEED_ERRORSTATE_PROCESS_POSTED_NO_AUTHOR:
|
||||
errorText = QApplication::translate("FeedReaderStringDefs", "Board has no author");
|
||||
break;
|
||||
case RS_FEED_ERRORSTATE_PROCESS_POST:
|
||||
errorText = QApplication::translate("FeedReaderStringDefs", "Some posts could not be created");
|
||||
break;
|
||||
|
||||
case RS_FEED_ERRORSTATE_PROCESS_HTML_ERROR:
|
||||
errorText = QApplication::translate("FeedReaderStringDefs", "Can't read html");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue