[Libreoffice-commits] core.git: sc/uiconfig
heiko tietze
tietze.heiko at gmail.com
Thu Mar 22 21:03:45 UTC 2018
sc/uiconfig/scalc/ui/pastespecial.ui | 3 ++-
sc/uiconfig/scalc/ui/textimportcsv.ui | 5 +++--
2 files changed, 5 insertions(+), 3 deletions(-)
New commits:
commit 0cae836e941a73bc1bfbbf03e520003c58c51aa0
Author: heiko tietze <tietze.heiko at gmail.com>
Date: Thu Mar 22 14:06:27 2018 +0100
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 at laposte.net>
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
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>
More information about the Libreoffice-commits
mailing list