diff options
author | John Stebbins <[email protected]> | 2019-01-18 16:40:14 -0800 |
---|---|---|
committer | John Stebbins <[email protected]> | 2019-01-21 16:26:14 -0800 |
commit | a4f27a449479afbd69b96bb52f36ddd5a00b8e04 (patch) | |
tree | b9d382ea60f4bc1ac5e9001251a524f8cd2a4d3f /gtk | |
parent | 2a313ee5c3e12c2f75e88f99d4ad4ce0f78f17a5 (diff) |
scan: only apply min duration filter to BD and DVD
Fixes https://github.com/HandBrake/HandBrake/issues/1590
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/src/ghb.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/ghb.m4 b/gtk/src/ghb.m4 index 514403aae..d9dea4c8a 100644 --- a/gtk/src/ghb.m4 +++ b/gtk/src/ghb.m4 @@ -6572,7 +6572,7 @@ filter_output([ <object class="GtkLabel" id="label70"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Filter short titles (seconds)</property> + <property name="label" translatable="yes">Filter short DVD and Blu-ray titles (seconds)</property> <property name="use_markup">True</property> </object> <packing> |