chart2/uiconfig/ui/sidebarcolors.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 9518bf4f339c39576b6e6272c76fe25073028ec6 Author: Sahil Gautam <[email protected]> AuthorDate: Mon Feb 23 18:19:27 2026 +0530 Commit: Michael Stahl <[email protected]> CommitDate: Thu Feb 26 13:46:48 2026 +0100 chore: use unique context labels for the widgets The below patch added `sidebargradients.ui` and it seems like this file was based off `sidebarcellappearance.ui` as some widgets had the exact same contexts as in `sidebarcellappearance.ui`. This broke the builds due to duplication of `msgctxt` in the `.pot` translation files. https://gerrit.libreoffice.org/c/core/+/192043 I90b4f5368a552eb9ba399337a39e79455ea99fe6 Change-Id: I0f8e24aa52a2a77b87b2b685d22d7474736927af Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200053 Reviewed-by: Michael Stahl <[email protected]> Tested-by: Jenkins (cherry picked from commit dd345d5af0da2c4d853af99543bbccca74bcbc83) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200375 Tested-by: Jenkins CollaboraOffice <[email protected]> diff --git a/chart2/uiconfig/ui/sidebarcolors.ui b/chart2/uiconfig/ui/sidebarcolors.ui index db4523ac40be..90d6c8e94dcb 100644 --- a/chart2/uiconfig/ui/sidebarcolors.ui +++ b/chart2/uiconfig/ui/sidebarcolors.ui @@ -26,7 +26,7 @@ <child> <object class="GtkMenuToolButton" id=".uno:ChartColorPalette"> <property name="visible">True</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> @@ -38,7 +38,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>
