xmlsecurity/uiconfig/ui/securitylevelpage.ui |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 2fe996067fcd2086d679a4b1de441cfec7b06579
Author:     Gabor Kelemen <kelem...@ubuntu.com>
AuthorDate: Wed Oct 4 15:43:10 2023 +0200
Commit:     Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>
CommitDate: Mon Oct 9 11:09:47 2023 +0200

    tdf#157588 Clarify meaning of High macro security level
    
    Change-Id: I4647ebdba45e2598b993d7aeb06111f069a0eba8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157556
    Tested-by: Jenkins
    Reviewed-by: Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>

diff --git a/xmlsecurity/uiconfig/ui/securitylevelpage.ui 
b/xmlsecurity/uiconfig/ui/securitylevelpage.ui
index 9c601b4943d9..0c9d9ae1b7cd 100644
--- a/xmlsecurity/uiconfig/ui/securitylevelpage.ui
+++ b/xmlsecurity/uiconfig/ui/securitylevelpage.ui
@@ -61,7 +61,7 @@ Confirmation required before executing macros from untrusted 
sources.</property>
     <child>
       <object class="GtkRadioButton" id="high">
         <property name="label" translatable="yes" 
context="securitylevelpage|high">H_igh.
-Only signed macros from trusted sources are allowed to run.
+Only signed macros and macros from trusted file sources are executed.
 Unsigned macros are disabled.</property>
         <property name="visible">True</property>
         <property name="can_focus">True</property>
@@ -72,7 +72,7 @@ Unsigned macros are disabled.</property>
         <property name="draw_indicator">True</property>
         <child internal-child="accessible">
           <object class="AtkObject" id="high-atkobject">
-            <property name="AtkObject::accessible-description" 
translatable="yes" context="extended_tip|high">Trusted sources can be set on 
the Trusted Sources tab page. Only signed macros from a trusted source are 
allowed to run. In addition, any macro from a trusted file location is allowed 
to run.</property>
+            <property name="AtkObject::accessible-description" 
translatable="yes" context="extended_tip|high">Only signed macros or macros 
from a trusted file location are allowed to run. Trusted file locations can be 
set on the Trusted Sources tab page.</property>
           </object>
         </child>
       </object>

Reply via email to