diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2023-06-26 00:14:23 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2023-06-26 21:39:33 +0200 |
commit | fb3dfbd57d91307de383d401c1caf4bb0d9029b9 (patch) | |
tree | 6009f402577c8ff7e0042aaa41eac444f2f52b68 /sw/uiconfig | |
parent | 2f6859071031841be0126bc01587fcef0f8b8208 (diff) |
tdf#153721 label change: "Move Chapter..." -> "Move Heading..."
Change-Id: I61fd56566f7a2726492db6fb93699c18dbd2d2ed
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153591
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/navigatorpanel.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/uiconfig/swriter/ui/navigatorpanel.ui b/sw/uiconfig/swriter/ui/navigatorpanel.ui index d34e58af1260..11ec47912f22 100644 --- a/sw/uiconfig/swriter/ui/navigatorpanel.ui +++ b/sw/uiconfig/swriter/ui/navigatorpanel.ui @@ -567,7 +567,7 @@ <child> <object class="GtkToolButton" id="promote"> <property name="visible">True</property> - <property name="tooltip-text" translatable="yes" context="navigatorpanel|promote|tooltip_text">Promote outline level</property> + <property name="tooltip-text" translatable="yes" context="navigatorpanel|promote|tooltip_text">Promote Outline Level</property> <property name="icon-name">sw/res/sc20172.png</property> <child internal-child="accessible"> <object class="AtkObject" id="promote-atkobject"> @@ -583,7 +583,7 @@ <child> <object class="GtkToolButton" id="demote"> <property name="visible">True</property> - <property name="tooltip-text" translatable="yes" context="navigatorpanel|demote|tooltip_text">Demote outline level</property> + <property name="tooltip-text" translatable="yes" context="navigatorpanel|demote|tooltip_text">Demote Outline Level</property> <property name="icon-name">sw/res/sc20173.png</property> <child internal-child="accessible"> <object class="AtkObject" id="demote-atkobject"> @@ -599,7 +599,7 @@ <child> <object class="GtkToolButton" id="chapterup"> <property name="visible">True</property> - <property name="tooltip-text" translatable="yes" context="navigatorpanel|chapterup|tooltip_text">Move chapter up</property> + <property name="tooltip-text" translatable="yes" context="navigatorpanel|chapterup|tooltip_text">Move Heading Up</property> <property name="icon-name">sw/res/sc20174.png</property> <child internal-child="accessible"> <object class="AtkObject" id="chapterup-atkobject"> @@ -615,7 +615,7 @@ <child> <object class="GtkToolButton" id="chapterdown"> <property name="visible">True</property> - <property name="tooltip-text" translatable="yes" context="navigatorpanel|chapterdown|tooltip_text">Move chapter down</property> + <property name="tooltip-text" translatable="yes" context="navigatorpanel|chapterdown|tooltip_text">Move Heading Down</property> <property name="icon-name">sw/res/sc20171.png</property> <child internal-child="accessible"> <object class="AtkObject" id="chapterdown-atkobject"> |