1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00

update movie monitor tooltip (#223)

This commit is contained in:
vertigo235 2017-01-13 10:08:24 -05:00 committed by Leonardo Galli
parent 7f3ca85953
commit 4038ce18c3
2 changed files with 5 additions and 17 deletions

View File

@ -1,18 +1,6 @@
<dl class="monitor-tooltip-contents">
<dt>All</dt>
<dd>Monitor all episodes except specials</dd>
<dt>Future</dt>
<dd>Monitor episodes that have not aired yet</dd>
<dt>Missing</dt>
<dd>Monitor episodes that do not have files or have not aired yet</dd>
<dt>Existing</dt>
<dd>Monitor episodes that have files or have not aired yet</dd>
<dt>First Season</dt>
<dd>Monitor all episodes of the first season. All other seasons will be ignored</dd>
<dt>Latest Season</dt>
<dd>Monitor all episodes of the latest season and future seasons</dd>
<dt>None</dt>
<dd>No episodes will be monitored.</dd>
<!--<dt>Latest Season</dt>-->
<!--<dd>Monitor all episodes the latest season only, previous seasons will be ignored</dd>-->
<dt>Yes</dt>
<dd>Monitor for new releases</dd>
<dt>No</dt>
<dd>Do not monitor for new releases</dd>
</dl>

View File

@ -84,7 +84,7 @@ var view = Marionette.ItemView.extend({
content : content,
html : true,
trigger : 'hover',
title : 'Episode Monitoring Options',
title : 'Movie Monitoring Options',
placement : 'right',
container : this.$el
});