Kaydet (Commit) e4ec7717 authored tarafından Yousuf Philips's avatar Yousuf Philips

tdf#103170 make blank button labels not translatable

Change-Id: Ib919b9b5acfed3cce57c9e4d22f35141f485e749
Reviewed-on: https://gerrit.libreoffice.org/31079Reviewed-by: 's avatarYousuf Philips <philipz85@hotmail.com>
Tested-by: 's avatarYousuf Philips <philipz85@hotmail.com>
üst 07b3ea26
...@@ -1069,7 +1069,7 @@ ...@@ -1069,7 +1069,7 @@
</child> </child>
<child> <child>
<object class="GtkButton" id="growb"> <object class="GtkButton" id="growb">
<property name="label" translatable="yes"> </property> <property name="label"> </property>
<property name="width_request">35</property> <property name="width_request">35</property>
<property name="height_request">30</property> <property name="height_request">30</property>
<property name="visible">True</property> <property name="visible">True</property>
...@@ -1091,7 +1091,7 @@ ...@@ -1091,7 +1091,7 @@
</child> </child>
<child> <child>
<object class="GtkButton" id="shrinkb"> <object class="GtkButton" id="shrinkb">
<property name="label" translatable="yes"> </property> <property name="label"> </property>
<property name="width_request">35</property> <property name="width_request">35</property>
<property name="height_request">30</property> <property name="height_request">30</property>
<property name="visible">True</property> <property name="visible">True</property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment