mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
change some descriptions
This commit is contained in:
parent
9836938096
commit
b5e25b31b7
@ -329,8 +329,8 @@ gnc_customer_window_ok_cb (GtkWidget *widget, gpointer data)
|
||||
|
||||
/* Check for valid company name */
|
||||
if (check_entry_nonempty (cw->company_entry,
|
||||
_("The Company Name field cannot be left blank,\n"
|
||||
"enter a company name or personal.")))
|
||||
_("The Company Name field cannot be left blank, please "
|
||||
"enter a company name or a person's name.")))
|
||||
return;
|
||||
|
||||
/* Verify terms, discount, and credit are valid (or empty) */
|
||||
|
@ -211,8 +211,8 @@ gnc_vendor_window_ok_cb (GtkWidget *widget, gpointer data)
|
||||
|
||||
/* Check for valid company name */
|
||||
if (check_entry_nonempty (vw->company_entry,
|
||||
_("The Company Name field cannot be left blank,\n"
|
||||
"enter a company name or personal.")))
|
||||
_("The Company Name field cannot be left blank, please "
|
||||
"enter a company name or a person's name.")))
|
||||
return;
|
||||
|
||||
/* Check for valid id and set one if necessary */
|
||||
|
Loading…
Reference in New Issue
Block a user