Various grammar fixes (mostly removing commas)
This commit is contained in:
parent
e78d107558
commit
df834ffc48
13 changed files with 18 additions and 18 deletions
|
|
@ -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"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue