diff options
author | Ming Hua <plateauwolf@qq.com> | 2020-11-10 08:07:45 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2020-11-10 12:51:39 +0100 |
commit | e190ff7f43db46285ef4208d4ca99d95d0945951 (patch) | |
tree | dc51c96a27e3cb35e26f963986fcd193d98ddd5d /sc | |
parent | 5c5650ab0671c8e4800c8ac3adfe2380059d4a61 (diff) |
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@ubuntu.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui | 4 |
1 files changed, 2 insertions, 2 deletions
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> |