From 49122332dd6a2facaad2486cece31031295e1d15 Mon Sep 17 00:00:00 2001
From: Sebastião Guerra <sebastiao.luiz.guerra@gmail.com>
Date: Fri, 11 Sep 2026 06:42:57 -0300
Subject: KMyFirewall: fix malformed rich text paragraph tags
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Sebastião Guerra <sebastiao.luiz.guerra@gmail.com>
---
 kmyfirewall/genericinterface/kmyfirewallgenericinterfacelogging.ui      | 2 +-
 kmyfirewall/genericinterface/kmyfirewallgenericinterfacenatwidget.ui    | 2 +-
 kmyfirewall/kmfwidgets/kmyfirewallmultiportwidget.ui                    | 2 +-
 .../ruleoptionplugins/protocol_option/kmyfirewallruleeditorprotocol.ui  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/kmyfirewall/genericinterface/kmyfirewallgenericinterfacelogging.ui b/kmyfirewall/genericinterface/kmyfirewallgenericinterfacelogging.ui
index 6751eea..b97aabc 100644
--- a/kmyfirewall/genericinterface/kmyfirewallgenericinterfacelogging.ui
+++ b/kmyfirewall/genericinterface/kmyfirewallgenericinterfacelogging.ui
@@ -69,7 +69,7 @@ packets (source/destination IP/port, etc.) that tried unsuccessfully to pass you
 This is very useful if any damage has been caused by an attack 
 and you want to find the person responsible.&lt;br&gt;
 The entries are written to the system's main log file 
-(usually /var/log/messages).&lt;p&gt;</string>
+(usually /var/log/messages).&lt;/p&gt;</string>
                     </property>
                     <property name="textFormat">
                         <enum>RichText</enum>
diff --git a/kmyfirewall/genericinterface/kmyfirewallgenericinterfacenatwidget.ui b/kmyfirewall/genericinterface/kmyfirewallgenericinterfacenatwidget.ui
index fa4bfd4..711981c 100644
--- a/kmyfirewall/genericinterface/kmyfirewallgenericinterfacenatwidget.ui
+++ b/kmyfirewall/genericinterface/kmyfirewallgenericinterfacenatwidget.ui
@@ -216,7 +216,7 @@ are using your computer as their default gateway.&lt;/p&gt;</string>
                         <string>Use the &amp;MASQUERADE target for NAT</string>
                     </property>
                     <property name="toolTip" stdset="0">
-                        <string>&lt;p&gt;Enable this if you don't have a static IP address.&lt;br&gt;Normaly this is the case for dial-in connections using a modem of ISDN line&lt;p&gt;</string>
+                        <string>&lt;p&gt;Enable this if you don't have a static IP address.&lt;br&gt;Normaly this is the case for dial-in connections using a modem of ISDN line&lt;/p&gt;</string>
                     </property>
                 </widget>
                 <widget class="KComboBox" row="1" column="1">
diff --git a/kmyfirewall/kmfwidgets/kmyfirewallmultiportwidget.ui b/kmyfirewall/kmfwidgets/kmyfirewallmultiportwidget.ui
index af61583..cdc176d 100644
--- a/kmyfirewall/kmfwidgets/kmyfirewallmultiportwidget.ui
+++ b/kmyfirewall/kmfwidgets/kmyfirewallmultiportwidget.ui
@@ -165,7 +165,7 @@
             </property>
             <property name="text">
                 <string>&lt;p&gt;You may filter for up to 15 ports within one rule if you are using the multiport extention.&lt;br&gt;
-Use this to avoid too large (slow) rulesets.</string>
+Use this to avoid too large (slow) rulesets.&lt;/p&gt;</string>
             </property>
             <property name="alignment">
                 <set>WordBreak|AlignTop</set>
diff --git a/kmyfirewall/ruleoptionplugins/protocol_option/kmyfirewallruleeditorprotocol.ui b/kmyfirewall/ruleoptionplugins/protocol_option/kmyfirewallruleeditorprotocol.ui
index c14f494..b41d63c 100644
--- a/kmyfirewall/ruleoptionplugins/protocol_option/kmyfirewallruleeditorprotocol.ui
+++ b/kmyfirewall/ruleoptionplugins/protocol_option/kmyfirewallruleeditorprotocol.ui
@@ -266,7 +266,7 @@
                         </property>
                         <property name="text">
                             <string>&lt;p&gt;Specify the ports that should match your rule here.&lt;br&gt;
-You may use a port number, an inclusive port range, or a service name from &lt;i&gt;/etc/services&lt;/i&gt; to specify the port.</string>
+You may use a port number, an inclusive port range, or a service name from &lt;i&gt;/etc/services&lt;/i&gt; to specify the port.&lt;/p&gt;</string>
                         </property>
                         <property name="alignment">
                             <set>WordBreak|AlignTop</set>
-- 
cgit v1.2.3

