[Libreoffice-commits] core.git: sc/uiconfig

Ming Hua (via logerrit) logerrit at kemper.freedesktop.org
Tue Nov 10 11:52:15 UTC 2020


 sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e190ff7f43db46285ef4208d4ca99d95d0945951
Author:     Ming Hua <plateauwolf at qq.com>
AuthorDate: Tue Nov 10 08:07:45 2020 +0200
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Tue Nov 10 12:51:39 2020 +0100

    Resolves tdf#137490: Rename "Header 1/2" menu items to "Heading 1/2" ...
    
    in Groupedbar user interface, to be consistent with style names as well
    as menu items in other UI modes
    
    Change-Id: I0ac7f512af4fa7d9d771fe8dd553d42eb4cd5ea7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105465
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui b/sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui
index 52b532985df0..f5ed437e6a53 100644
--- a/sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui
+++ b/sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui
@@ -2650,7 +2650,7 @@
         <property name="visible">True</property>
         <property name="can_focus">False</property>
         <property name="action_name">.uno:StyleApply?Style:string=Heading 1&FamilyName:string=CellStyles</property>
-        <property name="label" translatable="yes" context="notebookbar_groupedbar_full|Header1">Header 1</property>
+        <property name="label" translatable="yes" context="notebookbar_groupedbar_full|Header1">Heading 1</property>
       </object>
     </child>
     <child>
@@ -2658,7 +2658,7 @@
         <property name="visible">True</property>
         <property name="can_focus">False</property>
         <property name="action_name">.uno:StyleApply?Style:string=Heading 2&FamilyName:string=CellStyles</property>
-        <property name="label" translatable="yes" context="notebookbar_groupedbar_full|Header2">Header 2</property>
+        <property name="label" translatable="yes" context="notebookbar_groupedbar_full|Header2">Heading 2</property>
       </object>
     </child>
     <child>


More information about the Libreoffice-commits mailing list