diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2023-10-10 20:41:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2023-10-11 09:30:52 +0200 |
commit | 64f62133967e29fb91dc8a7dc2673f568fb03364 (patch) | |
tree | 308a9243f27339efaecdee9e278e5c73459c671d /sc/uiconfig/scalc/ui | |
parent | a72ce599f9ccc8ae847f8a3017858516dd9e2537 (diff) |
don't use %PRODUCTNAME in accessible-description
similar reason as
commit 3cca2c605313576187878a195fb612eb25bd6150
Author: Caolán McNamara <caolanm@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.mcnamara@collabora.com>
Diffstat (limited to 'sc/uiconfig/scalc/ui')
-rw-r--r-- | sc/uiconfig/scalc/ui/optcompatibilitypage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
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> |