summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2023-10-04 15:43:10 +0200
committerSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2023-10-09 11:09:47 +0200
commit2fe996067fcd2086d679a4b1de441cfec7b06579 (patch)
tree19850905100b3f8b995a9c91631211ecf9bc655c
parentd530651e4e70febb1046727e85a8edcda610d722 (diff)
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.mehrbrodt@allotropia.de>
-rw-r--r--xmlsecurity/uiconfig/ui/securitylevelpage.ui4
1 files changed, 2 insertions, 2 deletions
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>