<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><p>Check this box to include
only those categories which have been marked to "Include
on Tax Reports"</p></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><p>Check this box to include only
data from Investment accounts in this
report<p></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>