diff options
author | Taichi Haradaguchi <20001722@ymail.ne.jp> | 2023-10-27 19:48:13 +0900 |
---|---|---|
committer | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2023-10-30 20:13:50 +0100 |
commit | 095e9be9d1be7fbc7dc611aa875202a4e5837cad (patch) | |
tree | b28c4eeb8683790a3e1ecf82e02b66d261308841 /xmlsecurity | |
parent | 3e6d4a563f390638b285254d2128466b56ce03ba (diff) |
tdf#157588 More clarify meaning of High macro security level
Change-Id: I7a56ed976ddac9917721da1247c55a735ae77d32
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158557
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/uiconfig/ui/securitylevelpage.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlsecurity/uiconfig/ui/securitylevelpage.ui b/xmlsecurity/uiconfig/ui/securitylevelpage.ui index 0c9d9ae1b7cd..948c62a311c0 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 and macros from trusted file sources are executed. +Only signed macros and macros from trusted file locations 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">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> + <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. Macros signed with untrusted certificates will require confirmation to run, when located in untrusted locations. Trusted certificates and trusted file locations can be set on the Trusted Sources tab page.</property> </object> </child> </object> |