mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-21 16:38:06 -06:00
Unify alphavanzage tooltip
This commit is contained in:
parent
ad1173a06a
commit
e173b9ba43
@ -3,7 +3,7 @@
|
||||
<key name="alphavantage-api-key" type="s">
|
||||
<default>''</default>
|
||||
<summary>Alpha Vantage API key</summary>
|
||||
<description>Alpha Vantage requires an API key to use their service. You can obtain a key by registering for a free account at the Alpha Vantage website, https://alphavantage.co/support/#api-key.</description>
|
||||
<description>Alpha Vantage requires an API key to use their service. You can obtain a key by registering for a free account at the Alpha Vantage website, https://www.alphavantage.co/support/#api-key.</description>
|
||||
</key>
|
||||
<key name="yhfinance-api-key" type="s">
|
||||
<default>''</default>
|
||||
|
@ -3671,7 +3671,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">Alpha Vantage requires an API key to use their service. You can obtain a key by registering for a free account at the Alpha Vantage website, https://alphavantage.co/support/#api-key.</property>
|
||||
<property name="tooltip-text" translatable="yes">Alpha Vantage requires an API key to use their service. You can obtain a key by registering for a free account at the Alpha Vantage website, https://www.alphavantage.co/support/#api-key.</property>
|
||||
<property name="hexpand">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
|
Loading…
Reference in New Issue
Block a user