mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-11 07:46:17 -07:00
String fixes and optimizations mentioned by translators on Transifex.
This commit is contained in:
parent
3aa9ff5fba
commit
50471ec8c8
6 changed files with 15 additions and 14 deletions
|
@ -450,7 +450,7 @@ void AdvancedSettings::loadAdvancedSettings()
|
|||
|
||||
// Remove all tags confirmation
|
||||
cb_confirm_remove_all_tags.setChecked(pref->confirmRemoveAllTags());
|
||||
addRow(CONFIRM_REMOVE_ALL_TAGS, tr("Confirm remove all tags"), &cb_confirm_remove_all_tags);
|
||||
addRow(CONFIRM_REMOVE_ALL_TAGS, tr("Confirm removal of all tags"), &cb_confirm_remove_all_tags);
|
||||
|
||||
// Announce to all trackers
|
||||
cb_announce_all_trackers.setChecked(session->announceToAllTrackers());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue