mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-09 06:17:58 +00:00
Translate app help text
This commit is contained in:
parent
36bc77e2e2
commit
2ebdf6060d
@ -527,7 +527,7 @@ QString makeUsage(const QString &prgName)
|
|||||||
const QString indentation {USAGE_INDENTATION, u' '};
|
const QString indentation {USAGE_INDENTATION, u' '};
|
||||||
|
|
||||||
const QString text = QObject::tr("Usage:") + u'\n'
|
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'
|
+ QObject::tr("Options:") + u'\n'
|
||||||
#if !defined(Q_OS_WIN) || defined(DISABLE_GUI)
|
#if !defined(Q_OS_WIN) || defined(DISABLE_GUI)
|
||||||
|
Loading…
Reference in New Issue
Block a user