summaryrefslogtreecommitdiffstats
path: root/gtk/src
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2018-10-22 13:35:49 -0700
committerJohn Stebbins <[email protected]>2018-10-22 13:35:49 -0700
commit3ce05cb5ad75a1b272bea1e869124fbb603d5165 (patch)
tree3faaf98b8b76b124c21deaee932f1d86e8e15e2e /gtk/src
parent16c65cc3bc5e04ee7367ec6b33e343ef24c921fc (diff)
LinGui: Update auto-name template tooltip
Diffstat (limited to 'gtk/src')
-rw-r--r--gtk/src/ghb.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/src/ghb.m4 b/gtk/src/ghb.m4
index 226da35ca..2f2fb3cc9 100644
--- a/gtk/src/ghb.m4
+++ b/gtk/src/ghb.m4
@@ -7378,6 +7378,7 @@ filter_output([
<child>
<object class="GtkCheckButton" id="auto_name">
<property name="label" translatable="yes">Use automatic naming (uses modified source name)</property>
+ <property name="tooltip_text" translatable="yes">Create destination filename from source filename or volume label</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -7412,7 +7413,7 @@ filter_output([
</child>
<child>
<object class="GtkEntry" id="auto_name_template">
- <property name="tooltip_text" translatable="yes">Available Options: {source} {title} {preset} {chapters} {date} {time} {creation-date} {creation-time} {quality} {bitrate}</property>
+ <property name="tooltip_text" translatable="yes">Available Options: {source_path} {source} {title} {preset} {chapters} {date} {time} {creation-date} {creation-time} {quality} {bitrate}</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>