chart2/uiconfig/ui/steppedlinesdlg.ui |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0bf8a64f4104717c3584998f65b0d16c75df7a44
Author:     Theppitak Karoonboonyanan <theppi...@gmail.com>
AuthorDate: Tue Oct 8 23:15:04 2024 +0700
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Wed Oct 9 15:01:53 2024 +0200

    tdf#157811 Swap tooltips for stepped line types of line chart
    
    * chart2/uiconfig/ui/steppedlinesdlg.ui:
      - Correct the swapped tooltips for stepped line types
        "End with horizontal line" and "Step at the horizontal mean".
    
    Change-Id: Ieeff2e71b2e924060fb5ef3fca313c0d0bc2502d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174700
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
    Tested-by: Jenkins

diff --git a/chart2/uiconfig/ui/steppedlinesdlg.ui 
b/chart2/uiconfig/ui/steppedlinesdlg.ui
index f54f3c51cfaa..903ecf9d7603 100644
--- a/chart2/uiconfig/ui/steppedlinesdlg.ui
+++ b/chart2/uiconfig/ui/steppedlinesdlg.ui
@@ -154,7 +154,7 @@
                     <property name="group">step_start_rb</property>
                     <child internal-child="accessible">
                       <object class="AtkObject" 
id="step_center_x_rb-atkobject">
-                        <property name="AtkObject::accessible-description" 
translatable="yes" 
context="steppedlinesdlg|extended_tip|step_center_x_rb">Start to step up 
vertically and end with horizontal line.</property>
+                        <property name="AtkObject::accessible-description" 
translatable="yes" 
context="steppedlinesdlg|extended_tip|step_center_x_rb">Start with horizontal 
line, step up vertically in the middle of the X values and end with horizontal 
line.</property>
                       </object>
                     </child>
                   </object>
@@ -174,7 +174,7 @@
                     <property name="group">step_start_rb</property>
                     <child internal-child="accessible">
                       <object class="AtkObject" id="step_end_rb-atkobject">
-                        <property name="AtkObject::accessible-description" 
translatable="yes" context="steppedlinesdlg|extended_tip|step_end_rb">Start 
with horizontal line, step up vertically in the middle of the X values and end 
with horizontal line.</property>
+                        <property name="AtkObject::accessible-description" 
translatable="yes" context="steppedlinesdlg|extended_tip|step_end_rb">Start to 
step up vertically and end with horizontal line.</property>
                       </object>
                     </child>
                   </object>

Reply via email to