From df834ffc4867d55443035a7ae75c9b945c473075 Mon Sep 17 00:00:00 2001 From: Loren Burkholder Date: Fri, 30 Sep 2022 00:23:39 -0400 Subject: Various grammar fixes (mostly removing commas) --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index defa5c88..83b4657a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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")); -- cgit 1.5.1