Bug fix: copypasta errors in rip options

This commit is contained in:
2011-08-31 23:54:53 +01:00
parent 2b2102792d
commit 342887257f

View File

@@ -43,7 +43,7 @@
</div> </div>
<div> <div>
<label for="global-video-height">Video height</label> <label for="global-video-height">Video height</label>
<input type="text" id="global-video-width" name="rip-options[video-width]" value="0" /> <input type="text" id="global-video-height" name="rip-options[video-height]" value="0" />
<em>(Use 0 to leave size unchanged from source.)</em> <em>(Use 0 to leave size unchanged from source.)</em>
</div> </div>