diff --git a/src/services/tt-rss/ttrssserviceentrypoint.cpp b/src/services/tt-rss/ttrssserviceentrypoint.cpp index 14f50bcc9..a9b5ae1ae 100755 --- a/src/services/tt-rss/ttrssserviceentrypoint.cpp +++ b/src/services/tt-rss/ttrssserviceentrypoint.cpp @@ -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() {