Fix typo
We are using matrix uris, not appstream uris in NeoChat Signed-off-by: Carl Schwan <carl@carlschwan.eu>
This commit is contained in:
@@ -245,7 +245,7 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
QCommandLineParser parser;
|
QCommandLineParser parser;
|
||||||
parser.setApplicationDescription(i18n("Client for the matrix communication protocol"));
|
parser.setApplicationDescription(i18n("Client for the matrix communication protocol"));
|
||||||
parser.addPositionalArgument(QStringLiteral("urls"), i18n("Supports appstream: url scheme"));
|
parser.addPositionalArgument(QStringLiteral("urls"), i18n("Supports matrix: url scheme"));
|
||||||
|
|
||||||
about.setupCommandLine(&parser);
|
about.setupCommandLine(&parser);
|
||||||
parser.process(app);
|
parser.process(app);
|
||||||
|
|||||||
Reference in New Issue
Block a user