Fixed #36.
This commit is contained in:
parent
76c4e42dcb
commit
ce7128f096
@ -35,11 +35,11 @@ bool StandardServiceEntryPoint::isSingleInstanceService() const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
QString StandardServiceEntryPoint::name() const {
|
QString StandardServiceEntryPoint::name() const {
|
||||||
return QSL("Standard online feeds (RSS/RDF/ATOM)");
|
return QObject::tr("Standard online feeds (RSS/RDF/ATOM)");
|
||||||
}
|
}
|
||||||
|
|
||||||
QString StandardServiceEntryPoint::description() const {
|
QString StandardServiceEntryPoint::description() const {
|
||||||
return QSL("This service offers integration with standard online RSS/RDF/ATOM feeds and podcasts.");
|
return QObject::tr("This service offers integration with standard online RSS/RDF/ATOM feeds and podcasts.");
|
||||||
}
|
}
|
||||||
|
|
||||||
QString StandardServiceEntryPoint::version() const {
|
QString StandardServiceEntryPoint::version() const {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user