From 2ebdf6060da9c65becb5e9c0c6471a49e67a23e9 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Thu, 14 Jul 2022 15:56:08 +0800 Subject: [PATCH] Translate app help text --- src/app/cmdoptions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/cmdoptions.cpp b/src/app/cmdoptions.cpp index 6275224f1..de17bdc97 100644 --- a/src/app/cmdoptions.cpp +++ b/src/app/cmdoptions.cpp @@ -527,7 +527,7 @@ QString makeUsage(const QString &prgName) const QString indentation {USAGE_INDENTATION, u' '}; const QString text = QObject::tr("Usage:") + u'\n' - + indentation + prgName + u" [options] [( | )...]" + u'\n' + + indentation + prgName + u' ' + QObject::tr("[options] [( | )...]") + u'\n' + QObject::tr("Options:") + u'\n' #if !defined(Q_OS_WIN) || defined(DISABLE_GUI)