Added better TT-RSS plugin description.
This commit is contained in:
parent
9235aa0a15
commit
cf3f8a7c2b
@ -22,6 +22,7 @@
|
||||
#include "miscellaneous/iconfactory.h"
|
||||
#include "miscellaneous/textfactory.h"
|
||||
#include "gui/dialogs/formmain.h"
|
||||
#include "services/tt-rss/definitions.h"
|
||||
#include "services/tt-rss/gui/formeditaccount.h"
|
||||
#include "services/tt-rss/ttrssserviceroot.h"
|
||||
#include "services/tt-rss/network/ttrssnetworkfactory.h"
|
||||
@ -47,7 +48,10 @@ QString TtRssServiceEntryPoint::name() {
|
||||
}
|
||||
|
||||
QString TtRssServiceEntryPoint::description() {
|
||||
return QSL("This service offers integration with Tiny Tiny RSS.\n\nTiny Tiny RSS is an open source web-based news feed (RSS/Atom) reader and aggregator, designed to allow you to read news from any location, while feeling as close to a real desktop application as possible.");
|
||||
return QObject::tr("This service offers integration with Tiny Tiny RSS.\n\n"
|
||||
"Tiny Tiny RSS is an open source web-based news feed (RSS/Atom) reader and aggregator, "
|
||||
"designed to allow you to read news from any location, while feeling as close to a real "
|
||||
"desktop application as possible.\n\nAt least API level %1 is required.").arg(MINIMAL_API_LEVEL);
|
||||
}
|
||||
|
||||
QString TtRssServiceEntryPoint::version() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user