diff options
author | Jim Raykowski <raykowj@gmail.com> | 2024-07-02 12:41:10 -0800 |
---|---|---|
committer | Jim Raykowski <raykowj@gmail.com> | 2024-07-03 22:57:35 +0200 |
commit | 8616a49d37dec0d17bd2355a3cf4cdb447ba6514 (patch) | |
tree | 0d3b0b204ab7737020db31a3818de533f97b3389 /sw/uiconfig | |
parent | 25b37b4c8c8c5aef7cd530d919258bd8e5dce068 (diff) |
tdf#160817 related: fix tooltip-text translatable context assignments
Fixes copy-paste oversights in commit
94891dce760817686600f3a8d25e5eb735a1a133
Change-Id: Ibe8ea0e7d58ea748ac90732f09af0e5bee0dff45
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169892
Tested-by: Jenkins
Reviewed-by: Jim Raykowski <raykowj@gmail.com>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/navigatorpanel.ui | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/uiconfig/swriter/ui/navigatorpanel.ui b/sw/uiconfig/swriter/ui/navigatorpanel.ui index 5598ef1d938d..7d043cff1560 100644 --- a/sw/uiconfig/swriter/ui/navigatorpanel.ui +++ b/sw/uiconfig/swriter/ui/navigatorpanel.ui @@ -580,7 +580,7 @@ <object class="GtkToolButton" id="promote"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="tooltip-text" translatable="yes" context="contenttreefunctionbuttons|promote|tooltip_text">Promote Outline Level</property> + <property name="tooltip-text" translatable="yes" context="navigatorpanel|HeadingsContentFunctionButtonsToolbar|promote|tooltip_text">Promote Outline Level</property> <property name="halign">start</property> <property name="valign">start</property> <property name="icon-name">sw/res/sc20172.png</property> @@ -594,7 +594,7 @@ <object class="GtkToolButton" id="demote"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="tooltip-text" translatable="yes" context="contenttreefunctionbuttons|demote|tooltip_text">Demote Outline Level</property> + <property name="tooltip-text" translatable="yes" context="navigatorpanel|HeadingsContentFunctionButtonsToolbar|demote|tooltip_text">Demote Outline Level</property> <property name="halign">start</property> <property name="valign">start</property> <property name="icon-name">sw/res/sc20173.png</property> @@ -608,7 +608,7 @@ <object class="GtkToolButton" id="chapterup"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="tooltip-text" translatable="yes" context="contenttreefunctionbuttons|chaptermoveup|tooltip_text">Move Heading Up</property> + <property name="tooltip-text" translatable="yes" context="navigatorpanel|HeadingsContentFunctionButtonsToolbar|chaptermoveup|tooltip_text">Move Heading Up</property> <property name="halign">start</property> <property name="valign">start</property> <property name="icon-name">sw/res/sc20174.png</property> @@ -622,7 +622,7 @@ <object class="GtkToolButton" id="chapterdown"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="tooltip-text" translatable="yes" context="contenttreefunctionbuttons|chaptermovedown|tooltip_text">Move Heading Down</property> + <property name="tooltip-text" translatable="yes" context="navigatorpanel|HeadingsContentFunctionButtonsToolbar|chaptermovedown|tooltip_text">Move Heading Down</property> <property name="halign">start</property> <property name="valign">start</property> <property name="icon-name">sw/res/sc20171.png</property> @@ -1299,7 +1299,7 @@ <object class="GtkToolButton" id="delete"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="tooltip-text" translatable="yes" context="contenttreefunctionbuttons|delete|tooltip_text">Delete</property> + <property name="tooltip-text" translatable="yes" context="navigatorpanel|DeleteFunctionButtonToolbar|delete|tooltip_text">Delete</property> <property name="halign">start</property> <property name="valign">start</property> <property name="icon-name">cmd/sc_delete.png</property> |