mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-09 04:22:30 +01:00
update movie monitor tooltip (#223)
This commit is contained in:
parent
7f3ca85953
commit
4038ce18c3
@ -1,18 +1,6 @@
|
|||||||
<dl class="monitor-tooltip-contents">
|
<dl class="monitor-tooltip-contents">
|
||||||
<dt>All</dt>
|
<dt>Yes</dt>
|
||||||
<dd>Monitor all episodes except specials</dd>
|
<dd>Monitor for new releases</dd>
|
||||||
<dt>Future</dt>
|
<dt>No</dt>
|
||||||
<dd>Monitor episodes that have not aired yet</dd>
|
<dd>Do not monitor for new releases</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>-->
|
|
||||||
</dl>
|
</dl>
|
@ -84,7 +84,7 @@ var view = Marionette.ItemView.extend({
|
|||||||
content : content,
|
content : content,
|
||||||
html : true,
|
html : true,
|
||||||
trigger : 'hover',
|
trigger : 'hover',
|
||||||
title : 'Episode Monitoring Options',
|
title : 'Movie Monitoring Options',
|
||||||
placement : 'right',
|
placement : 'right',
|
||||||
container : this.$el
|
container : this.$el
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user