mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-06 13:11:25 -07:00
Translate app help text
This commit is contained in:
parent
36bc77e2e2
commit
2ebdf6060d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue