summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2019-07-12 14:55:35 -0700
committerJohn Stebbins <[email protected]>2019-07-12 14:58:03 -0700
commit4e306248fdffb84ffc844e60fc913a6f31eda369 (patch)
tree609bce3dc9b0312dd2718461f58f21186d19f0fc
parentb5e18d605105b646e27558352dbf561117431970 (diff)
LinGui: update preset save dialog "Dimensions" label
Make it consistent with other UIs Fixes https://github.com/HandBrake/HandBrake/issues/1309
-rw-r--r--gtk/src/ghb.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/ghb.m4 b/gtk/src/ghb.m4
index cae4291f4..9a7c6e175 100644
--- a/gtk/src/ghb.m4
+++ b/gtk/src/ghb.m4
@@ -8560,7 +8560,7 @@ Uncheck this if you want to allow changing each title's settings independently.<
<property name="can_focus">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="halign">start</property>
- <property name="label" translatable="yes">&lt;b&gt;Custom Picture Dimensions&lt;/b&gt;</property>
+ <property name="label" translatable="yes">&lt;b&gt;Dimensions&lt;/b&gt;</property>
<property name="use_markup">True</property>
</object>
<packing>