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

New commits:
commit 79f3a2655d995421c989b9479e3c63e8ebeabeb2
Author:     Kira Tubo <kira.t...@gmail.com>
AuthorDate: Tue Jan 9 21:31:45 2024 -0800
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Thu Jan 11 12:27:56 2024 +0100

    tdf#138748 Change label to locale in Calc sort dialog
    
    * Under Calc's Sort dialog > Options, update "Language" label to "Locale"
    * Update accessible descriptions to match the new label.
    
    Change-Id: If98d568900f27974b73aa2ead402458385306ab6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161870
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org>

diff --git a/sc/uiconfig/scalc/ui/sortoptionspage.ui 
b/sc/uiconfig/scalc/ui/sortoptionspage.ui
index 171d5f7feefb..9ba51748c246 100644
--- a/sc/uiconfig/scalc/ui/sortoptionspage.ui
+++ b/sc/uiconfig/scalc/ui/sortoptionspage.ui
@@ -34,7 +34,7 @@
                 <property name="draw-indicator">True</property>
                 <child internal-child="accessible">
                   <object class="AtkObject" id="case-atkobject">
-                    <property name="AtkObject::accessible-description" 
translatable="yes" context="sortoptionspage|extended_tip|case">Sorts first by 
uppercase letters and then by lowercase letters. For Asian languages, special 
handling applies.</property>
+                    <property name="AtkObject::accessible-description" 
translatable="yes" context="sortoptionspage|extended_tip|case">Sorts first by 
uppercase letters and then by lowercase letters. For Asian locales, special 
handling applies.</property>
                   </object>
                 </child>
               </object>
@@ -236,7 +236,7 @@
                     <property name="visible">True</property>
                     <property name="can-focus">False</property>
                     <property name="halign">start</property>
-                    <property name="label" translatable="yes" 
context="sortoptionspage|label6">Language</property>
+                    <property name="label" translatable="yes" 
context="sortoptionspage|label6">Locale</property>
                     <property name="use-underline">True</property>
                     <property name="mnemonic-widget">language</property>
                   </object>
@@ -272,7 +272,7 @@
                     </child>
                     <child internal-child="accessible">
                       <object class="AtkObject" id="language-atkobject">
-                        <property name="AtkObject::accessible-description" 
translatable="yes" context="sortoptionspage|extended_tip|language">Select the 
language for the sorting rules.</property>
+                        <property name="AtkObject::accessible-description" 
translatable="yes" context="sortoptionspage|extended_tip|language">Select the 
locale for the sorting rules.</property>
                       </object>
                     </child>
                   </object>
@@ -288,7 +288,7 @@
                     <property name="hexpand">True</property>
                     <child internal-child="accessible">
                       <object class="AtkObject" id="algorithmlb-atkobject">
-                        <property name="AtkObject::accessible-description" 
translatable="yes" context="sortoptionspage|extended_tip|algorithmlb">Select a 
sorting option for the language.</property>
+                        <property name="AtkObject::accessible-description" 
translatable="yes" context="sortoptionspage|extended_tip|algorithmlb">Select a 
sorting option for the locale.</property>
                       </object>
                     </child>
                   </object>

Reply via email to