sc/uiconfig/scalc/ui/sidebardatabase.ui | 6 +++--- sc/uiconfig/scalc/ui/tablestylesbox.ui | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-)
New commits: commit 5bf88d82cdd2a6ecdbfd6746aec1831ec76e76d1 Author: Balazs Varga <[email protected]> AuthorDate: Mon Dec 8 11:48:52 2025 +0100 Commit: Balazs Varga <[email protected]> CommitDate: Wed Jan 7 17:18:50 2026 +0100 Table Styles: some small UI file cosmetics Remove 'Show' text from Tables Styles Options labels Change-Id: I0208d97637dfffcc7aff69cb440b89fc2c151a2a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/195219 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Pedro Silva <[email protected]> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/196778 Tested-by: Balazs Varga <[email protected]> Reviewed-by: Balazs Varga <[email protected]> diff --git a/sc/uiconfig/scalc/ui/sidebardatabase.ui b/sc/uiconfig/scalc/ui/sidebardatabase.ui index ad68788b5837..d8b5448a18e9 100644 --- a/sc/uiconfig/scalc/ui/sidebardatabase.ui +++ b/sc/uiconfig/scalc/ui/sidebardatabase.ui @@ -19,7 +19,7 @@ <property name="column-spacing">2</property> <child> <object class="GtkCheckButton" id="chk_header_row"> - <property name="label" translatable="yes" context="sidebardatabase|chk_header_row">Show Header Row</property> + <property name="label" translatable="yes" context="sidebardatabase|chk_header_row">Header Row</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> @@ -33,7 +33,7 @@ </child> <child> <object class="GtkCheckButton" id="chk_total_row"> - <property name="label" translatable="yes" context="sidebardatabase|chk_total_row">Show Total Row</property> + <property name="label" translatable="yes" context="sidebardatabase|chk_total_row">Total Row</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> @@ -47,7 +47,7 @@ </child> <child> <object class="GtkCheckButton" id="chk_filter_buttons"> - <property name="label" translatable="yes" context="sidebardatabase|chk_filter_buttons">Show Filter Buttons</property> + <property name="label" translatable="yes" context="sidebardatabase|chk_filter_buttons">Filter Buttons</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> diff --git a/sc/uiconfig/scalc/ui/tablestylesbox.ui b/sc/uiconfig/scalc/ui/tablestylesbox.ui index 68fa8cbdca92..41dd813e9aa2 100644 --- a/sc/uiconfig/scalc/ui/tablestylesbox.ui +++ b/sc/uiconfig/scalc/ui/tablestylesbox.ui @@ -16,7 +16,7 @@ <property name="column-spacing">4</property> <child> <object class="GtkCheckButton" id="chk_header_row2"> - <property name="label" translatable="yes" context="tablestylebox|chk_header_row">Show Header Row</property> + <property name="label" translatable="yes" context="tablestylebox|chk_header_row">Header Row</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> @@ -30,7 +30,7 @@ </child> <child> <object class="GtkCheckButton" id="chk_total_row2"> - <property name="label" translatable="yes" context="tablestylebox|chk_total_row">Show Total Row</property> + <property name="label" translatable="yes" context="tablestylebox|chk_total_row">Total Row</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> @@ -44,7 +44,7 @@ </child> <child> <object class="GtkCheckButton" id="chk_filter_buttons2"> - <property name="label" translatable="yes" context="tablestylebox|chk_filter_buttons">Show Filter Buttons</property> + <property name="label" translatable="yes" context="tablestylebox|chk_filter_buttons">Filter Buttons</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property>
