diff --git a/src/gui/addnewtorrentdialog.ui b/src/gui/addnewtorrentdialog.ui index 4fd126795..5029ba664 100644 --- a/src/gui/addnewtorrentdialog.ui +++ b/src/gui/addnewtorrentdialog.ui @@ -164,7 +164,7 @@ - Torrent settings + Torrent options diff --git a/src/gui/optionsdialog.ui b/src/gui/optionsdialog.ui index fcfba3f3b..6b4bed552 100644 --- a/src/gui/optionsdialog.ui +++ b/src/gui/optionsdialog.ui @@ -79,7 +79,7 @@ - Web UI + WebUI @@ -294,7 +294,7 @@ - Start / Stop Torrent + Start / stop torrent @@ -309,7 +309,7 @@ - Show torrent options + Open torrent options dialog @@ -330,7 +330,7 @@ - Start / Stop Torrent + Start / stop torrent @@ -345,7 +345,7 @@ - Show torrent options + Open torrent options dialog @@ -638,7 +638,7 @@ - &Log file + &Log Files true @@ -1555,14 +1555,14 @@ readme[0-9].txt: filter 'readme1.txt', 'readme2.txt' but not 'readme10.txt'. - - - 0 - 0 - - - - Send test email + + + 0 + 0 + + + + Send test email @@ -1578,7 +1578,7 @@ readme[0-9].txt: filter 'readme1.txt', 'readme2.txt' but not 'readme10.txt'. - Run on torrent added + Run on torrent added: true @@ -1596,7 +1596,7 @@ readme[0-9].txt: filter 'readme1.txt', 'readme2.txt' but not 'readme10.txt'. - Run on torrent finished + Run on torrent finished: true diff --git a/src/gui/torrentoptionsdialog.ui b/src/gui/torrentoptionsdialog.ui index 551b19023..8b7ebf497 100644 --- a/src/gui/torrentoptionsdialog.ui +++ b/src/gui/torrentoptionsdialog.ui @@ -83,7 +83,7 @@ - Torrent speed limits + Torrent Speed Limits @@ -153,7 +153,7 @@ - Torrent share limits + Torrent Share Limits @@ -252,7 +252,4 @@ - - - diff --git a/src/gui/torrenttagsdialog.cpp b/src/gui/torrenttagsdialog.cpp index 9901a4ba8..a1c57d71e 100644 --- a/src/gui/torrenttagsdialog.cpp +++ b/src/gui/torrenttagsdialog.cpp @@ -97,7 +97,7 @@ void TorrentTagsDialog::addNewTag() while (!done) { bool ok = false; - tag = Tag(AutoExpandableDialog::getText(this, tr("New Tag") + tag = Tag(AutoExpandableDialog::getText(this, tr("Add tag") , tr("Tag:"), QLineEdit::Normal, tag.toString(), &ok)); if (!ok || tag.isEmpty()) break; diff --git a/src/gui/transferlistfilters/tagfilterwidget.cpp b/src/gui/transferlistfilters/tagfilterwidget.cpp index 934995b15..fab4f8445 100644 --- a/src/gui/transferlistfilters/tagfilterwidget.cpp +++ b/src/gui/transferlistfilters/tagfilterwidget.cpp @@ -164,7 +164,7 @@ Tag TagFilterWidget::askTagName() while (invalid) { invalid = false; - tag = Tag(AutoExpandableDialog::getText(this, tr("New Tag"), tr("Tag:") + tag = Tag(AutoExpandableDialog::getText(this, tr("Add tag"), tr("Tag:") , QLineEdit::Normal, tag.toString(), &ok)); if (ok && !tag.isEmpty()) { diff --git a/src/gui/transferlistwidget.cpp b/src/gui/transferlistwidget.cpp index 85ac7b53a..e765b9e38 100644 --- a/src/gui/transferlistwidget.cpp +++ b/src/gui/transferlistwidget.cpp @@ -755,7 +755,7 @@ void TransferListWidget::askNewCategoryForSelection() void TransferListWidget::askAddTagsForSelection() { - const TagSet tags = askTagsForSelection(tr("Add Tags")); + const TagSet tags = askTagsForSelection(tr("Add tags")); for (const Tag &tag : tags) addSelectionTag(tag); } diff --git a/src/webui/www/private/newtag.html b/src/webui/www/private/newtag.html index f1a14139c..dc2615336 100644 --- a/src/webui/www/private/newtag.html +++ b/src/webui/www/private/newtag.html @@ -3,7 +3,7 @@ - QBT_TR(Add Tags)QBT_TR[CONTEXT=TransferListWidget] + QBT_TR(Add tags)QBT_TR[CONTEXT=TransferListWidget] diff --git a/src/webui/www/private/scripts/mocha-init.js b/src/webui/www/private/scripts/mocha-init.js index 648aceb86..753d06d08 100644 --- a/src/webui/www/private/scripts/mocha-init.js +++ b/src/webui/www/private/scripts/mocha-init.js @@ -726,7 +726,7 @@ const initializeWindows = function() { if (hashes.length) { new MochaUI.Window({ id: "newTagPage", - title: "QBT_TR(Add Tags)QBT_TR[CONTEXT=TransferListWidget]", + title: "QBT_TR(Add tags)QBT_TR[CONTEXT=TransferListWidget]", loadMethod: "iframe", contentURL: new URI("newtag.html").setData("action", action).setData("hashes", hashes.join("|")).toString(), scrollbars: false, diff --git a/src/webui/www/private/views/preferences.html b/src/webui/www/private/views/preferences.html index 30bb87c2b..2e2bcbbb8 100644 --- a/src/webui/www/private/views/preferences.html +++ b/src/webui/www/private/views/preferences.html @@ -1,7 +1,7 @@
QBT_TR(Language)QBT_TR[CONTEXT=OptionsDialog] - + @@ -21,7 +21,7 @@ @@ -30,7 +30,7 @@ @@ -43,7 +43,7 @@
- +
@@ -317,12 +317,12 @@
- +
- +
QBT_TR(Supported parameters (case sensitive):)QBT_TR[CONTEXT=OptionsDialog]