diff options
author | John Stebbins <[email protected]> | 2019-07-12 14:55:35 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2019-07-12 14:58:03 -0700 |
commit | 4e306248fdffb84ffc844e60fc913a6f31eda369 (patch) | |
tree | 609bce3dc9b0312dd2718461f58f21186d19f0fc /gtk | |
parent | b5e18d605105b646e27558352dbf561117431970 (diff) |
LinGui: update preset save dialog "Dimensions" label
Make it consistent with other UIs
Fixes https://github.com/HandBrake/HandBrake/issues/1309
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 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"><b>Custom Picture Dimensions</b></property> + <property name="label" translatable="yes"><b>Dimensions</b></property> <property name="use_markup">True</property> </object> <packing> |