summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorheiko tietze <tietze.heiko@gmail.com>2018-03-22 14:06:27 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-03-22 22:03:19 +0100
commit0cae836e941a73bc1bfbbf03e520003c58c51aa0 (patch)
tree666233ee7e60d56b2073ad38f4ff9b553097cefd
parentUpdated core (diff)
downloadcore-0cae836e941a73bc1bfbbf03e520003c58c51aa0.tar.gz
core-0cae836e941a73bc1bfbbf03e520003c58c51aa0.zip
tdf#116448 - Function "Skip empty cells" unclear
Tooltip added Change-Id: I098f0680e3240535fae0797e421b5de479adff02 Reviewed-on: https://gerrit.libreoffice.org/51741 Reviewed-by: Laurent BP <laurent.balland-poirier@laposte.net> Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r--sc/uiconfig/scalc/ui/pastespecial.ui3
-rw-r--r--sc/uiconfig/scalc/ui/textimportcsv.ui5
2 files changed, 5 insertions, 3 deletions
diff --git a/sc/uiconfig/scalc/ui/pastespecial.ui b/sc/uiconfig/scalc/ui/pastespecial.ui
index 161c072f88ff..47d79292434d 100644
--- a/sc/uiconfig/scalc/ui/pastespecial.ui
+++ b/sc/uiconfig/scalc/ui/pastespecial.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.18.3 -->
+<!-- Generated with glade 3.20.4 -->
<interface domain="sc">
<requires lib="gtk+" version="3.18"/>
<object class="GtkImage" id="img_paste_transpose">
@@ -473,6 +473,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="pastespecial|skip_empty">If enabled, blank cells in source will not override the target.</property>
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
diff --git a/sc/uiconfig/scalc/ui/textimportcsv.ui b/sc/uiconfig/scalc/ui/textimportcsv.ui
index f9265c761b6a..2f4a1d9a92dc 100644
--- a/sc/uiconfig/scalc/ui/textimportcsv.ui
+++ b/sc/uiconfig/scalc/ui/textimportcsv.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.18.3 -->
+<!-- Generated with glade 3.20.4 -->
<interface domain="sc">
<requires lib="gtk+" version="3.18"/>
<requires lib="LibreOffice" version="1.0"/>
@@ -560,10 +560,11 @@
</child>
<child>
<object class="GtkCheckButton" id="skipemptycells">
- <property name="label" translatable="yes" context="textimportcsv|skipemtycells">S_kip empty cells</property>
+ <property name="label" translatable="yes" context="textimportcsv|skipemptycells">S_kip empty cells</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="textimportcsv|skipemptycells">If enabled, blank cells in source will not override the target.</property>
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>