[Konsole-devel] [konsole] src: fix invalid xml '& lt; '/'& gt; ' in ui file to make the string extractable+translatable

Kurt Hindenburg kurt.hindenburg at gmail.com
Fri Jan 4 13:47:24 UTC 2013


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.

Kurt

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>}."
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"
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>}."
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"



On Fri, Jan 4, 2013 at 7:33 AM, Burkhard Lück <lueck at hube-lueck.de> wrote:

> Git commit 5ff04a800dabd6394b6f851d7f4b0185fb1eb74e by Burkhard Lück.
> Committed on 04/01/2013 at 13:31.
> Pushed by lueck into branch 'master'.
>
> fix invalid xml '&lt;'/'&gt;' in ui file to make the string
> extractable+translatable
>
> M  +2    -2    src/EditProfileDialog.ui
>
> http://commits.kde.org/konsole/5ff04a800dabd6394b6f851d7f4b0185fb1eb74e
>
> diff --git a/src/EditProfileDialog.ui b/src/EditProfileDialog.ui
> index 6cbf6a2..d7b0045 100644
> --- a/src/EditProfileDialog.ui
> +++ b/src/EditProfileDialog.ui
> @@ -896,10 +896,10 @@
>            <item>
>             <widget class="QCheckBox" name="enableMouseWheelZoomButton">
>              <property name="toolTip">
> -             <string>Pressing Ctrl+&lt;mouse-wheel&gt; will
> increase/decrease the text size.</string>
> +             <string>Pressing Ctrl+<mouse-wheel> will
> increase/decrease the text size.</string>
>              </property>
>              <property name="text">
> -             <string>Allow Ctrl+&lt;mouse-wheel&gt; to zoom text
> size</string>
> +             <string>Allow Ctrl+<mouse-wheel> to zoom text
> size</string>
>              </property>
>             </widget>
>            </item>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/konsole-devel/attachments/20130104/44273bf5/attachment.html>


More information about the konsole-devel mailing list