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

New commits:
commit b7d5b8cee77e4cfd931cdbd6f4ba8673c6bbe490
Author:     Caolán McNamara <caolan.mcnam...@collabora.com>
AuthorDate: Mon Aug 28 10:19:24 2023 +0100
Commit:     Caolán McNamara <caolan.mcnam...@collabora.com>
CommitDate: Mon Aug 28 17:07:23 2023 +0200

    Related: tdf#156611 move long explanation string into tooltip
    
    Change-Id: Iddd600855f97bc505f30d06ae364c0ae2a935a47
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156186
    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 c28caccea047..eb3834d721d8 100644
--- a/sc/uiconfig/scalc/ui/optcompatibilitypage.ui
+++ b/sc/uiconfig/scalc/ui/optcompatibilitypage.ui
@@ -98,10 +98,11 @@
             <property name="margin-top">6</property>
             <child>
               <object class="GtkCheckButton" id="cellLinkCB">
-                <property name="label" translatable="yes" 
context="optcompatibilitypage|cellLinkCB">Insert _hyperlink for the cell, not 
for the text in the cell. By default, Excel allows only one hyperlink per cell. 
(Works only if Excel file format is used.)</property>
+                <property name="label" translatable="yes" 
context="optcompatibilitypage|cellLinkCB">Insert _hyperlink for the cell, not 
for the text in the cell.</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">False</property>
+                <property name="tooltip-text" translatable="yes" 
context="optcompatibilitypage|cellLinkCB|tooltip_text">By default, Excel allows 
only one hyperlink per cell. (Works only if Excel file format is 
used.)</property>
                 <property name="use_underline">True</property>
                 <property name="draw_indicator">True</property>
                 <child internal-child="accessible">

Reply via email to