mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-16 18:25:11 -06:00
Add tooltips to Alpha Vantage key option
This commit is contained in:
parent
794090d671
commit
21431e0b69
@ -3810,6 +3810,7 @@ many months before the current month:</property>
|
||||
<object class="GtkLabel" id="label23">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="tooltip_text" translatable="yes">To retrieve online quotes from Alphavantage, this key needs to be set. A key can be retrieved from the Alpha Vantage website.</property>
|
||||
<property name="label" translatable="yes">Alpha Vantage API key</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -3821,6 +3822,7 @@ many months before the current month:</property>
|
||||
<object class="GtkEntry" id="pref/general.finance-quote/alphavantage-api-key">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="tooltip_text" translatable="yes">To retrieve online quotes from Alphavantage, this key needs to be set. A key can be retrieved from the Alpha Vantage website.</property>
|
||||
<property name="invisible_char">●</property>
|
||||
<property name="primary_icon_activatable">False</property>
|
||||
<property name="secondary_icon_activatable">False</property>
|
||||
|
Loading…
Reference in New Issue
Block a user