summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2016-11-22 19:39:35 +0400
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-12-02 08:58:04 +0000
commitc75700161f3dcd2eec15ce102ef3cfd5a4da678a (patch)
tree34944f945769674d4d68ff50e8e775b87674f1d0
parent438bb23d7225cb32c273950845e71c0d74486e5a (diff)
tdf#103170 make blank button labels not translatable
Change-Id: Ib919b9b5acfed3cce57c9e4d22f35141f485e749 Reviewed-on: https://gerrit.libreoffice.org/31079 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit e4ec7717ef45d18a2d6a37983b0a3d34c7953919) Reviewed-on: https://gerrit.libreoffice.org/31123 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-rw-r--r--sw/uiconfig/swriter/ui/notebookbar_groups.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/uiconfig/swriter/ui/notebookbar_groups.ui b/sw/uiconfig/swriter/ui/notebookbar_groups.ui
index dd3b90617263..531c492abbf2 100644
--- a/sw/uiconfig/swriter/ui/notebookbar_groups.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar_groups.ui
@@ -1069,7 +1069,7 @@
</child>
<child>
<object class="GtkButton" id="growb">
- <property name="label" translatable="yes"> </property>
+ <property name="label"> </property>
<property name="width_request">35</property>
<property name="height_request">30</property>
<property name="visible">True</property>
@@ -1091,7 +1091,7 @@
</child>
<child>
<object class="GtkButton" id="shrinkb">
- <property name="label" translatable="yes"> </property>
+ <property name="label"> </property>
<property name="width_request">35</property>
<property name="height_request">30</property>
<property name="visible">True</property>