Skip to content

Commit

Permalink
on hover text for autoplay mode
Browse files Browse the repository at this point in the history
  • Loading branch information
YIFYtorrents authored Dec 29, 2016
1 parent 9ed37ab commit 3583bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/templates/settings-container.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
</span>
<span>
<input class="settings-checkbox" name="activateAutoplay" id="activateAutoplay" type="checkbox" <%=(Settings.activateAutoplay? "checked='checked'":"")%>>
<label class="settings-label" for="activateAutoplay" title="Autoplay enables streaming with just one click (must be disabled if you'd like to choose a different player like VLC, Chromecast or HTML5)">Autoplay Mode in Torrent Collection</label>
<label class="settings-label" for="activateAutoplay" title="Autoplay enables streaming with just one click (must be disabled if you'd like to choose a different player like VLC, Chromecast or HTML5) Autoplay Mode automatically plays the largest video file. However you can disable autoplay to be able to manually choose the file you want to stream and get the file list with its size, etc.">Autoplay Mode in Torrent Collection</label>
</span>
<span>
<input class="settings-checkbox" name="alwaysFullscreen" id="alwaysFullscreen" type="checkbox" <%=(Settings.alwaysFullscreen? "checked='checked'":"")%>>
Expand Down

0 comments on commit 3583bf3

Please sign in to comment.