diff options
author | John Stebbins <[email protected]> | 2017-12-22 15:53:39 -0800 |
---|---|---|
committer | John Stebbins <[email protected]> | 2017-12-22 15:53:39 -0800 |
commit | 4db0207c36a502612619001df1e6271fa4b7e8fd (patch) | |
tree | 87f1b791266e30f51bd33e19ab84d022c37803dd /gtk/src/callbacks.c | |
parent | de8ef67f36b364950fce3e951a5349556fd8642c (diff) |
LinGui: don't abbreviate PAR and DAR in summary
Diffstat (limited to 'gtk/src/callbacks.c')
-rw-r--r-- | gtk/src/callbacks.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/src/callbacks.c b/gtk/src/callbacks.c index 614a9aef5..8bd7443de 100644 --- a/gtk/src/callbacks.c +++ b/gtk/src/callbacks.c @@ -2141,7 +2141,8 @@ ghb_update_summary_info(signal_user_data_t *ud) display_aspect = ghb_get_display_aspect_string(display_width, display_height); text = g_strdup_printf("%dx%d storage, %dx%d display\n" - "%d:%d PAR, %s DAR", + "%d:%d Pixel Aspect Ratio\n" + "%s Display Aspect Ratio", width, height, display_width, display_height, par_width, par_height, display_aspect); widget = GHB_WIDGET(ud->builder, "dimensions_summary"); |