Fix typo on General Config/Misc.

This commit is contained in:
JackDandy 2014-11-22 23:30:09 +00:00
parent bf14d08d9a
commit d735d81ed5
2 changed files with 2 additions and 1 deletions

View file

@ -44,6 +44,7 @@
* Fix failing "Providers" link on Config/Search Settings/Episode Search
* Change case of labels in General Config/Interface/Timezone
* Split enabled from not enabled providers in the Configure Provider drop down on the Providers Options tab
* Fix typo on General Config/Misc
### 0.3.1 (2014-11-19 16:40:00 UTC)

View file

@ -68,7 +68,7 @@
<span class="component-title">Update shows on startup</span>
<span class="component-desc">
<input type="checkbox" name="update_shows_on_start" id="update_shows_on_start" #if $sickbeard.UPDATE_SHOWS_ON_START then 'checked="checked"' else ''#/>
<p>with information such as next air dates, show ended, etc. Disable for a faster startup as show info is sheduled to update in the background anyway</p>
<p>with information such as next air dates, show ended, etc. Disable for a faster startup as show info is scheduled to update in the background anyway</p>
</span>
</label>
</div>