Skip to content

Commit

Permalink
Fixed #36.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrotter committed Jul 4, 2016
1 parent 76c4e42 commit ce7128f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/standard/standardserviceentrypoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ bool StandardServiceEntryPoint::isSingleInstanceService() 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 {
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 {
Expand Down

0 comments on commit ce7128f

Please sign in to comment.