sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit fdd666e566a9fe37200c5cd67a8cbc622da7b4ec
Author:     Bogdan Buzea <buzea.bog...@libreoffice.org>
AuthorDate: Mon Feb 17 19:59:30 2025 +0100
Commit:     Heiko Tietze <heiko.tie...@documentfoundation.org>
CommitDate: Wed Feb 19 08:08:18 2025 +0100

    tdf#165271 Improve Option dialog for Pivot Table
    
    Change-Id: I2317ab71c11da62abb400a67cbe5a93c11f39005
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181797
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org>

diff --git a/sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui 
b/sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui
index 40a929fefd09..6bbb8b6c8e33 100644
--- a/sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui
+++ b/sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui
@@ -659,7 +659,7 @@
                     </child>
                     <child>
                       <object class="GtkCheckButton" id="check-total-rows">
-                        <property name="label" translatable="yes" 
context="pivottablelayoutdialog|check-total-rows">Total rows</property>
+                        <property name="label" translatable="yes" 
context="pivottablelayoutdialog|check-total-rows">Show totals row</property>
                         <property name="visible">True</property>
                         <property name="can-focus">True</property>
                         <property name="receives-default">False</property>
@@ -678,7 +678,7 @@
                     </child>
                     <child>
                       <object class="GtkCheckButton" id="check-total-columns">
-                        <property name="label" translatable="yes" 
context="pivottablelayoutdialog|check-total-columns">Total columns</property>
+                        <property name="label" translatable="yes" 
context="pivottablelayoutdialog|check-total-columns">Show totals 
column</property>
                         <property name="visible">True</property>
                         <property name="can-focus">True</property>
                         <property name="receives-default">False</property>

Reply via email to