1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-08 22:07:53 +00:00

Translate app help text

This commit is contained in:
Chocobo1 2022-07-14 15:56:08 +08:00
parent 36bc77e2e2
commit 2ebdf6060d
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C

View File

@ -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] [(<filename> | <url>)...]" + u'\n'
+ indentation + prgName + u' ' + QObject::tr("[options] [(<filename> | <url>)...]") + u'\n'
+ QObject::tr("Options:") + u'\n'
#if !defined(Q_OS_WIN) || defined(DISABLE_GUI)