sc/uiconfig/scalc/ui/optcompatibilitypage.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 64f62133967e29fb91dc8a7dc2673f568fb03364
Author:     Caolán McNamara <caolan.mcnam...@collabora.com>
AuthorDate: Tue Oct 10 20:41:01 2023 +0100
Commit:     Caolán McNamara <caolan.mcnam...@collabora.com>
CommitDate: Wed Oct 11 09:30:52 2023 +0200

    don't use %PRODUCTNAME in accessible-description
    
    similar reason as
    
    commit 3cca2c605313576187878a195fb612eb25bd6150
    Author: Caolán McNamara <caol...@redhat.com>
    Date:   Sat Jun 4 21:10:16 2022 +0100
    
        restore %PRODUCTNAME to accessible descriptions that need them
    
    reading all a11y desc at load time in order to possibly substitute
    %PRODUCTNAME and re-write a11y desc at runtime explodes gtk's a11y, so
    we limit it to where we have to do it.
    
    Change-Id: I283934bc81c41ebba2f6f189c1209209f8331c03
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157795
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com>

diff --git a/sc/uiconfig/scalc/ui/optcompatibilitypage.ui 
b/sc/uiconfig/scalc/ui/optcompatibilitypage.ui
index eb3834d721d8..359fd45305c8 100644
--- a/sc/uiconfig/scalc/ui/optcompatibilitypage.ui
+++ b/sc/uiconfig/scalc/ui/optcompatibilitypage.ui
@@ -107,7 +107,7 @@
                 <property name="draw_indicator">True</property>
                 <child internal-child="accessible">
                   <object class="AtkObject" id="cellLinkCB-atkobject">
-                   <property name="AtkObject::accessible-description" 
translatable="yes" context="extended_tip|cellLinkCB">%PRODUCTNAME can insert 
multiple hyperlinks in a cell as text fields, but multiple hyperlinks in a cell 
cannot be saved to Excel file formats. This option prevents inserting multiple 
hyperlinks in a cell when Excel files are edited, in order to be interoperable 
with Excel.</property>
+                    <property name="AtkObject::accessible-description" 
translatable="yes" context="extended_tip|cellLinkCB">Calc can insert multiple 
hyperlinks in a cell as text fields, but multiple hyperlinks in a cell cannot 
be saved to Excel file formats. This option prevents inserting multiple 
hyperlinks in a cell when Excel files are edited, in order to be interoperable 
with Excel.</property>
                   </object>
                 </child>
               </object>

Reply via email to