mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-07 10:33:38 +00:00
Clarify description for backlog searches option on provider settings page
This commit is contained in:
parent
6dbfa51b73
commit
195277f708
2 changed files with 2 additions and 1 deletions
|
@ -22,6 +22,7 @@
|
||||||
* Fix "Subtitle Language" drop down font colour when entering text on the Subtitles Search settings
|
* 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
|
* Clean up text, correct quotations, use spaces for code lines, tabs for html
|
||||||
* Implement automatic saving of poster layout sorting options on show list
|
* 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)
|
### 0.2.1 (2014-10-22 06:41:00 UTC)
|
||||||
|
|
|
@ -173,7 +173,7 @@ var show_nzb_providers = #if $sickbeard.USE_NZBS then "true" else "false"#;
|
||||||
<div class="field-pair">
|
<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 ""#/>
|
<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">
|
<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">
|
<span class="component-desc">
|
||||||
Enables backlog searches
|
Enables backlog searches
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Reference in a new issue