formula/uiconfig/ui/functionpage.ui | 8 ++++---- formula/uiconfig/ui/structpage.ui | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-)
New commits: commit af17bf1e7d076180fe045860aef27b7f24dd17a8 Author: Parth Raiyani <[email protected]> AuthorDate: Mon Sep 1 17:48:00 2025 +0530 Commit: Szymon Kłos <[email protected]> CommitDate: Fri Oct 10 14:10:26 2025 +0200 Rename conflicting label IDs to improve clarity in function and structure pages Signed-off-by: Parth Raiyani <[email protected]> Change-Id: I5af42131968d64d6df5becb1073999b2c82f799e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190478 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Szymon Kłos <[email protected]> diff --git a/formula/uiconfig/ui/functionpage.ui b/formula/uiconfig/ui/functionpage.ui index c48beb6918ac..9d768fa113df 100644 --- a/formula/uiconfig/ui/functionpage.ui +++ b/formula/uiconfig/ui/functionpage.ui @@ -73,11 +73,11 @@ </packing> </child> <child> - <object class="GtkLabel" id="label1"> + <object class="GtkLabel" id="label_category"> <property name="visible">True</property> <property name="can-focus">False</property> <property name="halign">start</property> - <property name="label" translatable="yes" context="functionpage|label1">_Category:</property> + <property name="label" translatable="yes" context="functionpage|label_category">_Category:</property> <property name="use-underline">True</property> <property name="mnemonic-widget">category</property> </object> @@ -108,11 +108,11 @@ </packing> </child> <child> - <object class="GtkLabel" id="label2"> + <object class="GtkLabel" id="label_function"> <property name="visible">True</property> <property name="can-focus">False</property> <property name="halign">start</property> - <property name="label" translatable="yes" context="functionpage|label2">_Function:</property> + <property name="label" translatable="yes" context="functionpage|label_function">_Function:</property> <property name="use-underline">True</property> <property name="mnemonic-widget">function</property> </object> diff --git a/formula/uiconfig/ui/structpage.ui b/formula/uiconfig/ui/structpage.ui index 6faff9151657..5527246b4429 100644 --- a/formula/uiconfig/ui/structpage.ui +++ b/formula/uiconfig/ui/structpage.ui @@ -21,11 +21,11 @@ <property name="orientation">vertical</property> <property name="spacing">6</property> <child> - <object class="GtkLabel" id="label1"> + <object class="GtkLabel" id="label_struct"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> - <property name="label" translatable="yes" context="structpage|label1">Content:</property> + <property name="label" translatable="yes" context="structpage|label_struct">Content:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">struct</property> </object>
