filter/uiconfig/ui/pdfsignpage.ui | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 4923331a2bc0c7d31cdb0af18b62f92e8433a071 Author: Moritz Duge <moritz.d...@allotropia.de> AuthorDate: Wed Jul 17 17:21:15 2024 +0200 Commit: Adolfo Jayme Barrientos <fit...@ubuntu.com> CommitDate: Fri Aug 9 00:59:38 2024 +0200 tdf#113278 tdf#115884 tdf#161909: Add X.509 in static labels for PDF signing. PDF signing only supports X.509 and not GPG. Change-Id: Ic49e82ebc0c4c2aa69b801e275b9ab7ad6bddaa8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171498 Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> Tested-by: Jenkins diff --git a/filter/uiconfig/ui/pdfsignpage.ui b/filter/uiconfig/ui/pdfsignpage.ui index 691c264dbc2a..e769491d26c7 100644 --- a/filter/uiconfig/ui/pdfsignpage.ui +++ b/filter/uiconfig/ui/pdfsignpage.ui @@ -30,7 +30,7 @@ <object class="GtkLabel" id="label2"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="label" translatable="yes" context="pdfsignpage|label2">Use this certificate to digitally sign PDF documents:</property> + <property name="label" translatable="yes" context="pdfsignpage|label2">Use this X.509 certificate to digitally sign PDF documents:</property> <property name="use-underline">True</property> <property name="mnemonic-widget">cert</property> <property name="xalign">0</property> @@ -50,7 +50,7 @@ <property name="truncate-multiline">True</property> <child internal-child="accessible"> <object class="AtkObject" id="cert-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="pdfsignpage|extended_tip|cert">Allows you to select a certificate to be used for signing this PDF export.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="pdfsignpage|extended_tip|cert">Allows you to select an X.509 certificate to be used for signing this PDF export.</property> </object> </child> </object> @@ -287,7 +287,7 @@ <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="label" translatable="yes" context="pdfsignpage|label1">Certificate</property> + <property name="label" translatable="yes" context="pdfsignpage|label1">X.509 Certificate</property> <attributes> <attribute name="weight" value="bold"/> </attributes>