chart2/uiconfig/ui/sidebarcolors.ui | 4 ++-- chart2/uiconfig/ui/sidebargradients.ui | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)
New commits: commit 774e40cb0b38d17d16effa49fcf03a108e3829c5 Author: Andras Timar <[email protected]> AuthorDate: Mon Nov 10 20:06:42 2025 +0100 Commit: Andras Timar <[email protected]> CommitDate: Mon Nov 10 21:15:10 2025 +0100 fix msgcntx Change-Id: I9d259f19bad363c7f5d3ed8f96127aa3ccdc6f13 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193763 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Andras Timar <[email protected]> diff --git a/chart2/uiconfig/ui/sidebarcolors.ui b/chart2/uiconfig/ui/sidebarcolors.ui index 95c882ecc6ce..c3f23246445a 100644 --- a/chart2/uiconfig/ui/sidebarcolors.ui +++ b/chart2/uiconfig/ui/sidebarcolors.ui @@ -27,7 +27,7 @@ <object class="GtkMenuToolButton" id=".uno:ChartColorPalette"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="tooltip-text" translatable="yes" context="sidebarcellappearance|bordertype|tooltip_text">Allow to select a color palette to apply to current chart data series.</property> + <property name="tooltip-text" translatable="yes" context="sidebarcolors|bordertype|tooltip_text">Allow to select a color palette to apply to current chart data series.</property> <property name="halign">start</property> <property name="valign">start</property> <property name="use-underline">True</property> @@ -39,7 +39,7 @@ </child> <child internal-child="accessible"> <object class="AtkObject" id="colorpalettetype-atkobject"> - <property name="AtkObject::accessible-name" translatable="yes" context="sidebarcellappearance|cellbordertype-atkobject">Border Style</property> + <property name="AtkObject::accessible-name" translatable="yes" context="sidebarcolors|cellbordertype-atkobject">Border Style</property> </object> </child> </object> diff --git a/chart2/uiconfig/ui/sidebargradients.ui b/chart2/uiconfig/ui/sidebargradients.ui index 1527794c2b09..3a8c944056a8 100644 --- a/chart2/uiconfig/ui/sidebargradients.ui +++ b/chart2/uiconfig/ui/sidebargradients.ui @@ -27,7 +27,7 @@ <object class="GtkMenuToolButton" id=".uno:ChartGradientPalette"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="tooltip-text" translatable="yes" context="sidebarcellappearance|bordertype|tooltip_text">Allow to select a gradient palette to apply to current chart data series.</property> + <property name="tooltip-text" translatable="yes" context="sidebargradients|bordertype|tooltip_text">Allow to select a gradient palette to apply to current chart data series.</property> <property name="halign">start</property> <property name="valign">start</property> <property name="use-underline">True</property> @@ -39,7 +39,7 @@ </child> <child internal-child="accessible"> <object class="AtkObject" id="gradientpalettetype-atkobject"> - <property name="AtkObject::accessible-name" translatable="yes" context="sidebarcellappearance|cellbordertype-atkobject">Border Style</property> + <property name="AtkObject::accessible-name" translatable="yes" context="sidebargradients|cellbordertype-atkobject">Border Style</property> </object> </child> </object>
