1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-24 05:25:37 +00:00

Fix commit 83e931766f5c (wrong conflict resolution).

This commit is contained in:
sledgehammer999 2016-03-05 19:49:15 +02:00
parent 89b334d71c
commit 46a355675e

View File

@ -202,7 +202,7 @@ options_imp::options_imp(QWidget *parent)
const QString autoRunStr = QString::fromUtf8("%1\n %2\n %3\n %4\n %5\n %6\n %7\n %8\n %9\n %10\n%11") const QString autoRunStr = QString::fromUtf8("%1\n %2\n %3\n %4\n %5\n %6\n %7\n %8\n %9\n %10\n%11")
.arg(tr("Supported parameters (case sensitive):")) .arg(tr("Supported parameters (case sensitive):"))
.arg(tr("%N: Torrent name")) .arg(tr("%N: Torrent name"))
.arg(tr("%L: Label")) .arg(tr("%L: Category"))
.arg(tr("%F: Content path (same as root path for multifile torrent)")) .arg(tr("%F: Content path (same as root path for multifile torrent)"))
.arg(tr("%R: Root path (first torrent subdirectory path)")) .arg(tr("%R: Root path (first torrent subdirectory path)"))
.arg(tr("%D: Save path")) .arg(tr("%D: Save path"))