cui/uiconfig/ui/optuserpage.ui | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
New commits: commit e0021031f6cb0c52892142d5753b222d571acf49 Author: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de> AuthorDate: Mon Sep 25 18:13:25 2023 +0200 Commit: Thorsten Behrens <thorsten.behr...@allotropia.de> CommitDate: Tue Sep 26 16:27:44 2023 +0200 tdf#85263 Resolve accelerator collision in Options - User Data page Set explicit accelerators for labels missing them, to not rely on automatic assignment Change-Id: I97356b06136a1688cfaa96c94f11564c5ce0d7a1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157257 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behr...@allotropia.de> diff --git a/cui/uiconfig/ui/optuserpage.ui b/cui/uiconfig/ui/optuserpage.ui index 159db4742f37..1de038bbe158 100644 --- a/cui/uiconfig/ui/optuserpage.ui +++ b/cui/uiconfig/ui/optuserpage.ui @@ -28,7 +28,7 @@ <property name="can-focus">False</property> <property name="no-show-all">True</property> <property name="halign">start</property> - <property name="label" translatable="yes" context="optuserpage|companyft">_Company:</property> + <property name="label" translatable="yes" context="optuserpage|companyft">Co_mpany:</property> <property name="use-underline">True</property> <property name="mnemonic-widget">company</property> <property name="xalign">0</property> @@ -452,7 +452,7 @@ </child> <child> <object class="GtkCheckButton" id="usefordocprop"> - <property name="label" translatable="yes" context="optuserpage|usefordocprop">Use data for document properties</property> + <property name="label" translatable="yes" context="optuserpage|usefordocprop">_Use data for document properties</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> @@ -929,7 +929,7 @@ <object class="GtkLabel" id="signingkeylabel"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="label" translatable="yes" context="optuserpage|signingkeylabel">OpenPGP signing key:</property> + <property name="label" translatable="yes" context="optuserpage|signingkeylabel">_OpenPGP signing key:</property> <property name="use-underline">True</property> <property name="mnemonic-widget">signingkey</property> <property name="xalign">0</property> @@ -943,7 +943,7 @@ <object class="GtkLabel" id="encryptionkeylabel"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="label" translatable="yes" context="optuserpage|encryptionkeylabel">OpenPGP encryption key:</property> + <property name="label" translatable="yes" context="optuserpage|encryptionkeylabel">OpenPGP encryption _key:</property> <property name="use-underline">True</property> <property name="mnemonic-widget">encryptionkey</property> <property name="xalign">0</property> @@ -993,7 +993,7 @@ </child> <child> <object class="GtkCheckButton" id="encrypttoself"> - <property name="label" translatable="yes" context="optuserpage|encrypttoself">When encrypting documents, always encrypt to self</property> + <property name="label" translatable="yes" context="optuserpage|encrypttoself">When _encrypting documents, always encrypt to self</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property>