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

New commits:
commit b641fccab785cc7dede720f7d5844e4f0cb95b91
Author:     Ming Hua <plateauw...@qq.com>
AuthorDate: Mon Sep 13 16:43:06 2021 +0800
Commit:     Eike Rathke <er...@redhat.com>
CommitDate: Mon Sep 13 12:57:46 2021 +0200

    CSV import dialog: fix tooltip for "Evaluate formulas" option
    
    This option was added in commit 4c29c2bfab18b25229e0bc71014fd2ca42ec5bff
    with appropriate label and extended tooltip, but the (regular) tooltip
    seems to be just copy-and-pasted from "Skip empty cells" option and not
    changed to fit the new option.
    
    Change-Id: I2425f4dc67468f152a7180d98e2e48c15de351fe
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121987
    Reviewed-by: Eike Rathke <er...@redhat.com>
    Tested-by: Jenkins

diff --git a/sc/uiconfig/scalc/ui/textimportcsv.ui 
b/sc/uiconfig/scalc/ui/textimportcsv.ui
index 1ffbc9868736..5e6959e9b9f2 100644
--- a/sc/uiconfig/scalc/ui/textimportcsv.ui
+++ b/sc/uiconfig/scalc/ui/textimportcsv.ui
@@ -629,7 +629,7 @@
                             <property name="visible">True</property>
                             <property name="can-focus">True</property>
                             <property name="receives-default">False</property>
-                            <property name="tooltip-text" translatable="yes" 
context="textimportcsv|evaluateformulas">If enabled, blank cells in source will 
not override the target.</property>
+                            <property name="tooltip-text" translatable="yes" 
context="textimportcsv|evaluateformulas">If enabled, cells starting with '=' 
will be evaluated as formulas.</property>
                             <property name="use-underline">True</property>
                             <property name="draw-indicator">True</property>
                             <child internal-child="accessible">

Reply via email to