mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Fix command line placeholders description
This commit is contained in:
parent
2cbfb91b88
commit
58809228ca
1 changed files with 1 additions and 1 deletions
|
@ -663,7 +663,7 @@ void OptionsDialog::loadDownloadsTabOptions()
|
|||
#else
|
||||
m_ui->autoRunConsole->hide();
|
||||
#endif
|
||||
const auto autoRunStr = u"%1\n %2\n %3\n %4\n %5\n %6\n %7\n %8\n %9\n %10\n %11\n %12\n %13\n%14"_s
|
||||
const auto autoRunStr = u"%1\n %2\n %3\n %4\n %5\n %6\n %7\n %8\n %9\n %10\n %11\n %12\n %13\n %14\n%15"_s
|
||||
.arg(tr("Supported parameters (case sensitive):")
|
||||
, tr("%N: Torrent name")
|
||||
, tr("%L: Category")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue