[Libreoffice-commits] core.git: officecfg/registry

Takeshi Abe (via logerrit) logerrit at kemper.freedesktop.org
Fri Nov 22 15:05:37 UTC 2019


 officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 017c6150e94a3a621f6f3e789fe72cac90a7bf11
Author:     Takeshi Abe <tabe at fixedpoint.jp>
AuthorDate: Thu Nov 21 19:00:20 2019 +0900
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Fri Nov 22 16:04:45 2019 +0100

    tdf#128892 Give menu "Rename Sheet" an alternative mnemonic H
    
    ... to avoid the duplicate R for "Insert Rows".
    
    Change-Id: Ie2e0faf566ba5f85e4b2a72c289a4320e580f7f9
    Reviewed-on: https://gerrit.libreoffice.org/83368
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
index 5fc352c50f8c..099c1f249d21 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
@@ -1928,7 +1928,7 @@
       </node>
       <node oor:name=".uno:RenameTable" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
-          <value xml:lang="en-US">~Rename Sheet...</value>
+          <value xml:lang="en-US">Rename S~heet...</value>
         </prop>
         <prop oor:name="Properties" oor:type="xs:int">
           <value>1</value>


More information about the Libreoffice-commits mailing list