gnucash maint: Add tooltips to Alpha Vantage key option

Geert Janssens gjanssens at code.gnucash.org
Sat Feb 3 06:55:50 EST 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/21431e0b (commit)
	from  https://github.com/Gnucash/gnucash/commit/794090d6 (commit)



commit 21431e0b6962a97cdf51b29e6c6067c24c881110
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sat Feb 3 12:54:35 2018 +0100

    Add tooltips to Alpha Vantage key option

diff --git a/src/gnome-utils/gtkbuilder/dialog-preferences.glade b/src/gnome-utils/gtkbuilder/dialog-preferences.glade
index 821778c..3968f4b 100644
--- a/src/gnome-utils/gtkbuilder/dialog-preferences.glade
+++ b/src/gnome-utils/gtkbuilder/dialog-preferences.glade
@@ -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>



Summary of changes:
 src/gnome-utils/gtkbuilder/dialog-preferences.glade | 2 ++
 1 file changed, 2 insertions(+)



More information about the gnucash-changes mailing list