Clarify description for backlog searches option on provider settings page

This commit is contained in:
adam 2014-10-27 23:32:45 +08:00
parent 6dbfa51b73
commit 195277f708
2 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@
* Fix "Subtitle Language" drop down font colour when entering text on the Subtitles Search settings
* Clean up text, correct quotations, use spaces for code lines, tabs for html
* Implement automatic saving of poster layout sorting options on show list
* Clarify description for backlog searches option on provider settings page
### 0.2.1 (2014-10-22 06:41:00 UTC)

View File

@ -173,7 +173,7 @@ var show_nzb_providers = #if $sickbeard.USE_NZBS then "true" else "false"#;
<div class="field-pair">
<input type="checkbox" name="${curNewznabProvider.getID()}_enable_backlog" id="${curNewznabProvider.getID()}_enable_backlog" #if $curNewznabProvider.enable_backlog then "checked=\"checked\"" else ""#/>
<label for="${curNewznabProvider.getID()}_enable_backlog">
<span class="component-title">Backlog Only</span>
<span class="component-title">Enable Backlog Searches</span>
<span class="component-desc">
Enables backlog searches
</span>