Fix typo in message as pointed out by Joe Dalton.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18296 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2009-09-06 07:43:21 +00:00
parent 47ef48b8dd
commit e3a20e4499

View File

@ -366,7 +366,7 @@
<child> <child>
<widget class="GtkEntry" id="fullname_entry"> <widget class="GtkEntry" id="fullname_entry">
<property name="visible">True</property> <property name="visible">True</property>
<property name="tooltip" translatable="yes">Enter the full name of the commodity. Example: Cisco Sytems Inc, or Apple Computer, Inc.</property> <property name="tooltip" translatable="yes">Enter the full name of the commodity. Example: Cisco Systems Inc., or Apple Computer, Inc.</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="has_focus">True</property> <property name="has_focus">True</property>
<property name="editable">True</property> <property name="editable">True</property>