Skip to content

Commit 837a61b

Browse files
committed
correct a dvpackager label
DV_RESCUE_OPTION_TC enables `-S` in dvpackager which is about embedded the extracted caption data as a subtitle. The label here was incorrect. I opted to leave the variable the same so that users that have been using `-S` don't need to reconfigure this.
1 parent 65a625b commit 837a61b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vrecord

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,7 @@ DVRESCUE_INPUT_GUI=$(cat << DVRESCUE_FORM
11721172
</text>
11731173
<checkbox>
11741174
$(if [[ ${DVPACKAGER_INSTALLED} != "true" ]] ; then echo "<sensitive>false</sensitive>" ; fi)
1175-
<label>Create technical subtitle track</label>
1175+
<label>Embed captions as subtitles</label>
11761176
<default>"${DV_RESCUE_OPTION_TC}"</default>
11771177
<variable>DV_RESCUE_OPTION_TC</variable>
11781178
</checkbox>

0 commit comments

Comments
 (0)