gnucash maint: Bug 746998 - "Months Remaining" spinbox in Loan Assistant is non-obvious

John Ralls jralls at code.gnucash.org
Sun Jul 12 18:10:47 EDT 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/cfb54e08 (commit)
	from  https://github.com/Gnucash/gnucash/commit/2137cb6d (commit)



commit cfb54e08b8b4135be5c1ea5a1d3193e02d80a678
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Jul 12 15:08:45 2015 -0700

    Bug 746998 - "Months Remaining" spinbox in Loan Assistant is non-obvious
    
    Provide a tool tip explaining what it's for.

diff --git a/src/gnome/gtkbuilder/assistant-loan.glade b/src/gnome/gtkbuilder/assistant-loan.glade
index 76a020a..d2427bf 100644
--- a/src/gnome/gtkbuilder/assistant-loan.glade
+++ b/src/gnome/gtkbuilder/assistant-loan.glade
@@ -138,6 +138,7 @@ If you make a mistake or want to make changes later, you can edit the created Sc
                 <property name="primary_icon_sensitive">True</property>
                 <property name="secondary_icon_sensitive">True</property>
                 <property name="climb_rate">1</property>
+		<property name="tooltip_text" translatable="yes">Enter the number of months still to be paid off. This determines both the remaining principle and the duration of the scheduled transaction.</property>
               </object>
               <packing>
                 <property name="left_attach">3</property>



Summary of changes:
 src/gnome/gtkbuilder/assistant-loan.glade | 1 +
 1 file changed, 1 insertion(+)



More information about the gnucash-changes mailing list