diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2016-11-22 19:39:35 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2016-11-23 14:55:31 +0000 |
commit | e4ec7717ef45d18a2d6a37983b0a3d34c7953919 (patch) | |
tree | 7dbb57c914ddeb797fc58bf82d064aed03a12c9a /sw | |
parent | 07b3ea269929148b3289582c9d1e6ac271e3bcc1 (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>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/uiconfig/swriter/ui/notebookbar_groups.ui | 4 |
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> |