mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Bug#445917: parity between label and button. Patch from Andreas Köhler. ;)
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16379 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1748,7 +1748,7 @@ make_qif_druid_page(gnc_commodity * comm)
|
||||
info_label = gtk_label_new("");
|
||||
gtk_box_pack_start(GTK_BOX(temp), info_label, TRUE, TRUE, 0);
|
||||
|
||||
next_label = gtk_label_new(_("Click \"Next\" to accept the information "
|
||||
next_label = gtk_label_new(_("Click \"Forward\" to accept the information "
|
||||
"and move on."));
|
||||
gtk_label_set_justify (GTK_LABEL(next_label), GTK_JUSTIFY_LEFT);
|
||||
gtk_box_pack_end(GTK_BOX(top_vbox), next_label, TRUE, TRUE, 0);
|
||||
|
||||
Reference in New Issue
Block a user