Various grammar fixes (mostly removing commas)

This commit is contained in:
Loren Burkholder 2022-09-30 00:23:39 -04:00
parent e78d107558
commit df834ffc48
13 changed files with 18 additions and 18 deletions

View file

@ -227,7 +227,7 @@ main(int argc, char *argv[])
// option and thereby crashing the app.
QCommandLineOption configName(
QStringList() << QStringLiteral("p") << QStringLiteral("profile"),
QCoreApplication::tr("Create a unique profile, which allows you to log into several "
QCoreApplication::tr("Create a unique profile which allows you to log into several "
"accounts at the same time and start multiple instances of nheko."),
QCoreApplication::tr("profile"),
QCoreApplication::tr("profile name"));