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

Provide a tool tip explaining what it's for.
This commit is contained in:
John Ralls 2015-07-12 15:08:45 -07:00
parent 2137cb6d38
commit cfb54e08b8

View File

@ -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="primary_icon_sensitive">True</property>
<property name="secondary_icon_sensitive">True</property> <property name="secondary_icon_sensitive">True</property>
<property name="climb_rate">1</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> </object>
<packing> <packing>
<property name="left_attach">3</property> <property name="left_attach">3</property>