r20137 - gnucash/trunk/src/business/business-gnome - Bug #629501 Nonexistent field in error message

Geert Janssens gjanssens at code.gnucash.org
Fri Jan 21 09:23:20 EST 2011


Author: gjanssens
Date: 2011-01-21 09:23:20 -0500 (Fri, 21 Jan 2011)
New Revision: 20137
Trac: http://svn.gnucash.org/trac/changeset/20137

Modified:
   gnucash/trunk/src/business/business-gnome/dialog-customer.c
   gnucash/trunk/src/business/business-gnome/dialog-vendor.c
Log:
Bug #629501 Nonexistent field in error message

Modified: gnucash/trunk/src/business/business-gnome/dialog-customer.c
===================================================================
--- gnucash/trunk/src/business/business-gnome/dialog-customer.c	2011-01-21 11:52:28 UTC (rev 20136)
+++ gnucash/trunk/src/business/business-gnome/dialog-customer.c	2011-01-21 14:23:20 UTC (rev 20137)
@@ -273,8 +273,8 @@
     if (check_entry_nonempty (cw->dialog, cw->company_entry,
                               _("You must enter a company name. "
                                 "If this customer is an individual (and not a company) "
-                                "you should set the \"company name\" and \"contact name\" "
-                                "the same.")))
+                                "you should enter the same value for:\nIdentification "
+                                "- Company Name, and\nPayment Address - Name.")))
         return;
 
     /* Make sure we have an address */

Modified: gnucash/trunk/src/business/business-gnome/dialog-vendor.c
===================================================================
--- gnucash/trunk/src/business/business-gnome/dialog-vendor.c	2011-01-21 11:52:28 UTC (rev 20136)
+++ gnucash/trunk/src/business/business-gnome/dialog-vendor.c	2011-01-21 14:23:20 UTC (rev 20137)
@@ -207,8 +207,8 @@
     if (check_entry_nonempty (vw->dialog, vw->company_entry,
                               _("You must enter a company name. "
                                 "If this vendor is an individual (and not a company) "
-                                "you should set the \"company name\" and \"contact name\" "
-                                "the same.")))
+                                "you should enter the same value for:\nIdentification "
+                                "- Company Name, and\nPayment Address - Name.")))
         return;
 
     /* Make sure we have an address */



More information about the gnucash-changes mailing list