diff options
author | Moritz Duge <moritz.duge@allotropia.de> | 2024-08-08 15:25:24 +0200 |
---|---|---|
committer | Sarper Akdemir <sarper.akdemir@allotropia.de> | 2024-08-08 17:56:30 +0200 |
commit | b1fcc20db80e7b1ba86594b3eef199965057d499 (patch) | |
tree | 2d26a6bb63e5a0df7ddcd0596d66d2f5adf929b2 /cui | |
parent | e0daa8a142387494d8f8b331d0802da552622073 (diff) |
tdf#161909: mention that keys/certs preselection is for ODF only
ODFs can be signed with GPG or X.509, so both key types are listed for
selection as a permanent setting in the options.
PDF signing doesn't respect the preselected key/cert. And that makes
sense, because PDFs can only be signed with X.509. So a preselected
GPG key wouldn't work.
Change-Id: I1b5dc36e40a9a2c82ca9044bf1b481968982befd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171636
Tested-by: Jenkins
Reviewed-by: Sarper Akdemir <sarper.akdemir@allotropia.de>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/optuserpage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/uiconfig/ui/optuserpage.ui b/cui/uiconfig/ui/optuserpage.ui index f486669fd4e5..81b26e61599e 100644 --- a/cui/uiconfig/ui/optuserpage.ui +++ b/cui/uiconfig/ui/optuserpage.ui @@ -1278,7 +1278,7 @@ <object class="GtkLabel" id="cryptographylabel"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="label" translatable="yes" context="optuserpage|cryptographylabel">Cryptography</property> + <property name="label" translatable="yes" context="optuserpage|cryptographylabel">ODF Cryptography</property> <property name="use-underline">True</property> <attributes> <attribute name="weight" value="bold"/> |