Skip to content

Commit

Permalink
LinGui: don't abbreviate PAR and DAR in summary
Browse files Browse the repository at this point in the history
  • Loading branch information
jstebbins committed Dec 22, 2017
1 parent de8ef67 commit 4db0207
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gtk/src/callbacks.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 4db0207

Please sign in to comment.