<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>I just noticed this while looking at the code: in <span
        style="font-family:monospace"><span
          style="color:#000000;background-color:#ffffff;">kmymoney/plugins/views/reports/</span></span><span
        style="font-family:monospace"><span
          style="color:#000000;background-color:#ffffff;"><span
            style="font-family:monospace"><span
              style="color:#000000;background-color:#ffffff;">reporttabrowcolquery.ui
              line 350:</span><br>
          </span></span></span></p>
    <p>     <item row="1" column="0"><br>
            <widget class="QCheckBox" name="m_checkInvestments"><br>
             <property name="toolTip"><br>
              <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><br>
             </property><br>
             <property name="text"><br>
              <string>Include only Investment
      accounts</string><br>
             </property><br>
            </widget><br>
           </item><br>
    </p>
    <p>I suspect the string for the tooTip was copy/pasted from the
      previous item.  Would it be better as:<br>
    </p>
    <p><string>&lt;p&gt;Check this box to include only
      data from Investment accounts in this
      report&lt;p&gt;</string></p>
    <p>I'll be glad to make the change, but wanted at least confirmation
      before doing so.</p>
    <p>Jack<br>
    </p>
  </body>
</html>