r16379 - gnucash/trunk/src/import-export/qif-import - Bug#445917: parity between label and button. Patch from Andreas Köhler. ; )

Josh Sled jsled at cvs.gnucash.org
Thu Aug 2 21:26:37 EDT 2007


Author: jsled
Date: 2007-08-02 21:26:36 -0400 (Thu, 02 Aug 2007)
New Revision: 16379
Trac: http://svn.gnucash.org/trac/changeset/16379

Modified:
   gnucash/trunk/src/import-export/qif-import/druid-qif-import.c
Log:
Bug#445917: parity between label and button.  Patch from Andreas Köhler. ;)


Modified: gnucash/trunk/src/import-export/qif-import/druid-qif-import.c
===================================================================
--- gnucash/trunk/src/import-export/qif-import/druid-qif-import.c	2007-08-02 23:48:04 UTC (rev 16378)
+++ gnucash/trunk/src/import-export/qif-import/druid-qif-import.c	2007-08-03 01:26:36 UTC (rev 16379)
@@ -1748,7 +1748,7 @@
   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);



More information about the gnucash-changes mailing list