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:
Joshua Sled
2007-08-03 01:26:36 +00:00
parent 5e7e7edf59
commit fceaf3cd37
@@ -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);