<div dir="ltr"><font size="4"><font face="georgia,serif">This was done like that to prevent warnings below.  I guess I'll just remove the <> completely since neither of these works w/o issues.</font></font><div><font face="georgia, serif" size="4"><br>

</font></div><div><font face="georgia, serif" size="4">Kurt<br></font><div><font size="4"><font face="georgia,serif"><br></font></font></div><div><div>konsole(2883)/kdecore (KLocale) KuitSemanticsPrivate::parseOpenEl: "Tag 'mouse-wheel' is neither semantic nor HTML in message {<kuil>Pressing Ctrl+<mouse-wheel> will increase/decrease the text size.</kuil>}."</div>

<div>konsole(2883)/kdecore (KLocale) KuitSemanticsPrivate::semanticToVisualText: "Markup error in message {<kuil>Pressing Ctrl+<mouse-wheel> will increase/decrease the text size.</kuil>}: Opening and ending tag mismatch.. Last tag parsed: mouse-wheel"</div>

<div>konsole(2883)/kdecore (KLocale) KuitSemanticsPrivate::parseOpenEl: "Tag 'mouse-wheel' is neither semantic nor HTML in message {<kuil>Allow Ctrl+<mouse-wheel> to zoom text size</kuil>}."</div>

<div>konsole(2883)/kdecore (KLocale) KuitSemanticsPrivate::semanticToVisualText: "Markup error in message {<kuil>Allow Ctrl+<mouse-wheel> to zoom text size</kuil>}: Opening and ending tag mismatch.. Last tag parsed: mouse-wheel"</div>

</div><div><br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jan 4, 2013 at 7:33 AM, Burkhard Lück <span dir="ltr"><<a href="mailto:lueck@hube-lueck.de" target="_blank">lueck@hube-lueck.de</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Git commit 5ff04a800dabd6394b6f851d7f4b0185fb1eb74e by Burkhard Lück.<br>
Committed on 04/01/2013 at 13:31.<br>
Pushed by lueck into branch 'master'.<br>
<br>
fix invalid xml '&amp;lt;'/'&amp;gt;' in ui file to make the string extractable+translatable<br>
<br>
M  +2    -2    src/EditProfileDialog.ui<br>
<br>
<a href="http://commits.kde.org/konsole/5ff04a800dabd6394b6f851d7f4b0185fb1eb74e" target="_blank">http://commits.kde.org/konsole/5ff04a800dabd6394b6f851d7f4b0185fb1eb74e</a><br>
<br>
diff --git a/src/EditProfileDialog.ui b/src/EditProfileDialog.ui<br>
index 6cbf6a2..d7b0045 100644<br>
--- a/src/EditProfileDialog.ui<br>
+++ b/src/EditProfileDialog.ui<br>
@@ -896,10 +896,10 @@<br>
           <item><br>
            <widget class="QCheckBox" name="enableMouseWheelZoomButton"><br>
             <property name="toolTip"><br>
-             <string>Pressing Ctrl+&amp;lt;mouse-wheel&amp;gt; will increase/decrease the text size.</string><br>
+             <string>Pressing Ctrl+&lt;mouse-wheel&gt; will increase/decrease the text size.</string><br>
             </property><br>
             <property name="text"><br>
-             <string>Allow Ctrl+&amp;lt;mouse-wheel&amp;gt; to zoom text size</string><br>
+             <string>Allow Ctrl+&lt;mouse-wheel&gt; to zoom text size</string><br>
             </property><br>
            </widget><br>
           </item><br>
<br>
</blockquote></div><br></div>