mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* 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:
parent
2a6bcf2897
commit
496f2b7fae
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user