diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-11-16 16:25:00 +0100 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-11-16 15:52:16 +0000 |
commit | ece5862b5dbe6b7af28465ae3d452c548e37e7a3 (patch) | |
tree | 868ea56bfe4ffa7b910bef209d3a14a672d8b55b /xmlsecurity/uiconfig | |
parent | f3c42669a504ed763167b95708933add8573217f (diff) |
xmlsecurity: fix alignment for XAdES checkbox
And rename it to AdES, as the PDF PAdES generation will be affected by
this checkbox in the near future.
Change-Id: I06121e4eb9debac7a55a737a71780c2fa5c4d084
Reviewed-on: https://gerrit.libreoffice.org/30908
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'xmlsecurity/uiconfig')
-rw-r--r-- | xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui b/xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui index 10c0685b0aa7..1e82fddc3177 100644 --- a/xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui +++ b/xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui @@ -367,11 +367,12 @@ </packing> </child> <child> - <object class="GtkCheckButton" id="xadescompliant"> - <property name="label" translatable="yes">Use XAdES-compliant signature when there is a choice</property> + <object class="GtkCheckButton" id="adescompliant"> + <property name="label" translatable="yes">Use AdES-compliant signature when there is a choice</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> + <property name="halign">start</property> </object> <packing> <property name="expand">False</property> |