diff options
author | jstebbins <[email protected]> | 2015-08-06 17:19:22 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2015-08-06 17:19:22 +0000 |
commit | ac9f0b5f83c2915b4d1260726b8867cc5789fab4 (patch) | |
tree | c6ade43f5e35eba99e9eb4bb9a4488e7219aba36 /gtk/src/ghb.ui | |
parent | 8bea39017f7c11ad43d3485cf82684f810240fb6 (diff) |
LinGui: don't hide foreign audio subtitle options
Make the insensitive when there is not preferred language set. And
improve the tooltip to indicate that a preferred language is required
for these options.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7396 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 018606612..da314b4ca 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -4848,7 +4848,9 @@ for determining subtitle selection settings when there is foreign audio.</proper <property name="receives_default">False</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="tooltip_text" translatable="yes">Add "Foreign Audio Search" when the default audio track is your preferred language. -This search pass finds short sequences of foreign audio and provides subtitles for them.</property> +This search pass finds short sequences of foreign audio and provides subtitles for them. + +This option requires a language to be set in the Selected Languages list.</property> <property name="halign">start</property> <property name="active">True</property> <property name="draw_indicator">True</property> @@ -4865,7 +4867,9 @@ This search pass finds short sequences of foreign audio and provides subtitles f <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> - <property name="tooltip_text" translatable="yes">When the default audio track is not your preferred language, add a subtitle track.</property> + <property name="tooltip_text" translatable="yes">When the default audio track is not your preferred language, add a subtitle track. + +This option requires a language to be set in the Selected Languages list.</property> <property name="halign">start</property> <property name="active">True</property> <property name="draw_indicator">True</property> |