* src/business/business-gnome/glade/*.glade -- fix a tooltip to

let the user know that they can (should?) leave the ID blank
	  so the system will choose one for them.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7875 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2003-01-22 21:27:47 +00:00
parent 2a6bcf2897
commit 496f2b7fae
6 changed files with 6 additions and 0 deletions

View File

@ -201,6 +201,7 @@
<class>GtkEntry</class>
<name>id_entry</name>
<width>50</width>
<tooltip>The customer ID number. If left blank a reasonable number will be chosen for you</tooltip>
<can_focus>True</can_focus>
<editable>True</editable>
<text_visible>True</text_visible>

View File

@ -201,6 +201,7 @@
<class>GtkEntry</class>
<name>id_entry</name>
<width>50</width>
<tooltip>The employee ID number. If left blank a reasonable number will be chosen for you</tooltip>
<can_focus>True</can_focus>
<editable>True</editable>
<text_visible>True</text_visible>

View File

@ -175,6 +175,7 @@
<widget>
<class>GtkEntry</class>
<name>id_entry</name>
<tooltip>The invoice ID number. If left blank a reasonable number will be chosen for you</tooltip>
<can_focus>True</can_focus>
<editable>True</editable>
<text_visible>True</text_visible>

View File

@ -178,6 +178,7 @@
<class>GtkEntry</class>
<name>id_entry</name>
<width>50</width>
<tooltip>The job ID number. If left blank a reasonable number will be chosen for you</tooltip>
<can_focus>True</can_focus>
<editable>True</editable>
<text_visible>True</text_visible>

View File

@ -692,6 +692,7 @@
<widget>
<class>GtkEntry</class>
<name>id_entry</name>
<tooltip>The order ID number. If left blank a reasonable number will be chosen for you</tooltip>
<can_focus>True</can_focus>
<editable>True</editable>
<text_visible>True</text_visible>

View File

@ -202,6 +202,7 @@
<class>GtkEntry</class>
<name>id_entry</name>
<width>50</width>
<tooltip>The vendor ID number. If left blank a reasonable number will be chosen for you</tooltip>
<can_focus>True</can_focus>
<editable>True</editable>
<text_visible>True</text_visible>