mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
Translate app help text
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user