Skip to content

Commit

Permalink
Bug #629501 Nonexistent field in error message
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20137 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
gjanssens committed Jan 21, 2011
1 parent 6fd224e commit 5802a37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/business/business-gnome/dialog-customer.c
Expand Up @@ -273,8 +273,8 @@ gnc_customer_window_ok_cb (GtkWidget *widget, gpointer data)
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 */
Expand Down
4 changes: 2 additions & 2 deletions src/business/business-gnome/dialog-vendor.c
Expand Up @@ -207,8 +207,8 @@ gnc_vendor_window_ok_cb (GtkWidget *widget, gpointer data)
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 */
Expand Down

0 comments on commit 5802a37

Please sign in to comment.