Skip to content

Commit

Permalink
Add tooltips to Alpha Vantage key option
Browse files Browse the repository at this point in the history
  • Loading branch information
gjanssens committed Feb 3, 2018
1 parent 794090d commit 21431e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gnome-utils/gtkbuilder/dialog-preferences.glade
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 21431e0

Please sign in to comment.