diff options
author | Taichi Haradaguchi <20001722@ymail.ne.jp> | 2023-10-31 20:31:00 +0900 |
---|---|---|
committer | Taichi Haradaguchi <20001722@ymail.ne.jp> | 2023-11-04 04:59:13 +0100 |
commit | 4acd25cced4c22dd4dd4f718eb5a12f870fb93a9 (patch) | |
tree | d79fa1cab763e6c0652d184c947ad09e47b717e2 /xmlsecurity | |
parent | d7a5e7643f3540b1490c1e2f1a91ff86c721d7b6 (diff) |
tdf#157588 fix extended_tip
"untrusted locations" -> "untrusted file locations"
Change-Id: I31810c8dc572086aa1378800cc2551bce2933a1b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158719
Tested-by: Jenkins
Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/uiconfig/ui/securitylevelpage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/uiconfig/ui/securitylevelpage.ui b/xmlsecurity/uiconfig/ui/securitylevelpage.ui index 948c62a311c0..5292a72fcf17 100644 --- a/xmlsecurity/uiconfig/ui/securitylevelpage.ui +++ b/xmlsecurity/uiconfig/ui/securitylevelpage.ui @@ -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. 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> + <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 file locations. Trusted certificates and trusted file locations can be set on the Trusted Sources tab page.</property> </object> </child> </object> |