[Gnucash-changes] r13614 - gnucash/trunk - Tweak a couple of tooltips. Try and make it clear that the commodity

David Hampton hampton at cvs.gnucash.org
Sun Mar 12 17:49:54 EST 2006


Author: hampton
Date: 2006-03-12 17:49:53 -0500 (Sun, 12 Mar 2006)
New Revision: 13614
Trac: http://svn.gnucash.org/trac/changeset/13614

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/gnome-utils/glade/commodity.glade
Log:
Tweak a couple of tooltips. Try and make it clear that the commodity
mnemonic field must exactly match that used by the quote source.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-03-12 22:46:00 UTC (rev 13613)
+++ gnucash/trunk/ChangeLog	2006-03-12 22:49:53 UTC (rev 13614)
@@ -1,5 +1,9 @@
 2006-03-12  David Hampton  <hampton at employees.org>
 
+	* src/gnome-utils/glade/commodity.glade: Tweak a couple of
+	tooltips. Try and make it clear that the commodity mnemonic field
+	must exactly match that used by the quote source.
+
 	* src/report/standard-reports/advanced-portfolio.scm: Andrew
 	Sackville-West's patch to tidy up the multi-currency handling
 	quite a bit. It also adds some functionality such as showing the

Modified: gnucash/trunk/src/gnome-utils/glade/commodity.glade
===================================================================
--- gnucash/trunk/src/gnome-utils/glade/commodity.glade	2006-03-12 22:46:00 UTC (rev 13613)
+++ gnucash/trunk/src/gnome-utils/glade/commodity.glade	2006-03-12 22:49:53 UTC (rev 13614)
@@ -434,7 +434,7 @@
 	  <child>
 	    <widget class="GtkEntry" id="fullname_entry">
 	      <property name="visible">True</property>
-	      <property name="tooltip" translatable="yes">Enter the full name of the commodity. Example: US Dollars</property>
+	      <property name="tooltip" translatable="yes">Enter the full name of the commodity. Example: Cisco Sytems Inc, or Apple Computer, Inc.</property>
 	      <property name="can_focus">True</property>
 	      <property name="has_focus">True</property>
 	      <property name="editable">True</property>
@@ -458,7 +458,7 @@
 	  <child>
 	    <widget class="GtkEntry" id="mnemonic_entry">
 	      <property name="visible">True</property>
-	      <property name="tooltip" translatable="yes">Enter the ticker symbol or currency code for the commodity. Example: USD</property>
+	      <property name="tooltip" translatable="yes">Enter the ticker symbol for the commodity (e.g. CSCO or AAPL).  If you are retrieving quotes online, this field must exactly match the ticker symbol used by the quote source (including case). </property>
 	      <property name="can_focus">True</property>
 	      <property name="editable">True</property>
 	      <property name="visibility">True</property>



More information about the gnucash-changes mailing list