I just noticed this while looking at the code: in kmymoney/plugins/views/reports/reporttabrowcolquery.ui line 350:

     <item row="1" column="0">
      <widget class="QCheckBox" name="m_checkInvestments">
       <property name="toolTip">
        <string>&lt;p&gt;Check this box to include only those categories which have been marked to &quot;Include on Tax Reports&quot;&lt;/p&gt;</string>
       </property>
       <property name="text">
        <string>Include only Investment accounts</string>
       </property>
      </widget>
     </item>

I suspect the string for the tooTip was copy/pasted from the previous item.  Would it be better as:

<string>&lt;p&gt;Check this box to include only data from Investment accounts in this report&lt;p&gt;</string>

I'll be glad to make the change, but wanted at least confirmation before doing so.

Jack
  • tooltip typo Jack via KMyMoney-devel

Reply via email to