mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Tweak a couple of tooltips. Try and make it clear that the commodity
mnemonic field must exactly match that used by the quote source. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13614 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
2307a95bde
commit
18b1188dbb
@ -1,5 +1,9 @@
|
||||
2006-03-12 David Hampton <hampton@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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user