diff options
author | Stéphane Guillou <stephane.guillou@member.fsf.org> | 2023-08-30 00:58:26 +0200 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2023-12-22 18:13:42 +0100 |
commit | 761449adb54e965c94d31c36e945112736b232c5 (patch) | |
tree | 8fe6963bb478c2a836a509280f9c1535391fc1d7 /officecfg | |
parent | 32e82f3dc3c42488245bdd813ba4f5f53c59791d (diff) |
tdf#156719: use unique accelerator for Insert > Signature Line
Change-Id: Iebd03e3a526aef8db75a2323ec0faba8a3b24383
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156276
Tested-by: Jenkins
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 7d596b8e2319..6c52720340a1 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -7302,7 +7302,7 @@ bit 3 (0x8): #define UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8 </node> <node oor:name=".uno:InsertSignatureLine" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Signatu~re Line...</value> + <value xml:lang="en-US">Signat~ure Line...</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> |