cui/uiconfig/ui/optuserpage.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b1fcc20db80e7b1ba86594b3eef199965057d499 Author: Moritz Duge <moritz.d...@allotropia.de> AuthorDate: Thu Aug 8 15:25:24 2024 +0200 Commit: Sarper Akdemir <sarper.akde...@allotropia.de> CommitDate: Thu Aug 8 17:56:30 2024 +0200 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.akde...@allotropia.de> 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"/>