diff options
author | John Stebbins <[email protected]> | 2017-06-20 15:09:33 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2017-06-20 15:09:33 -0700 |
commit | db1564a67259e439774bcb984a82b0f545f6172a (patch) | |
tree | d70e24ab92c1a336a8ae5108c9d3a93f70df6dfa | |
parent | 707b0a1cfab212f9a6f1d087fb654fd7490e1828 (diff) |
LinGui: change Audio/Subtitle "Defaults" to "Selection"
There is persistent confusion about how to configure audio and subtitle
selection behavior. Hopefully this will help steer people in the right
direction.
-rw-r--r-- | gtk/src/ghb.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/src/ghb.m4 b/gtk/src/ghb.m4 index ed0319cdc..72f193dcf 100644 --- a/gtk/src/ghb.m4 +++ b/gtk/src/ghb.m4 @@ -4781,7 +4781,7 @@ This permits FLAC passthru to be selected when automatic passthru selection is e <packing> <property name="position">4</property> <property name="name">audio_defaults_tab</property> - <property name="title" translatable="yes">Audio Defaults</property> + <property name="title" translatable="yes">Audio Selection</property> </packing> </child> <child> @@ -5282,7 +5282,7 @@ Only one subtitle track can be burned! Since conflicts can occur, the first chos <packing> <property name="position">6</property> <property name="name">subtitle_defaults_tab</property> - <property name="title" translatable="yes">Subtitle Defaults</property> + <property name="title" translatable="yes">Subtitle Selection</property> </packing> </child> <child> |