diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-09-30 14:23:51 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-09-30 17:53:04 +0200 |
commit | 65bf5e8ecf778058d126c01b1395ea3d00dc1389 (patch) | |
tree | 7874db19bd8e55fe5334e1e8055570cb634bbc79 /sw/uiconfig | |
parent | c6deef548c1b401f00209013fa3eefb4e61db846 (diff) |
missing GtkMenuButton labels
Change-Id: I3f133de6bfa9ee7b60546a17f1d5bb1f6f3c32f8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103698
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/footnoteareapage.ui | 2 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/textgridpage.ui | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/ui/footnoteareapage.ui b/sw/uiconfig/swriter/ui/footnoteareapage.ui index 54611b07bbe2..efcb6969264c 100644 --- a/sw/uiconfig/swriter/ui/footnoteareapage.ui +++ b/sw/uiconfig/swriter/ui/footnoteareapage.ui @@ -323,6 +323,7 @@ </child> <child> <object class="GtkMenuButton" id="style"> + <property name="label" translatable="no"></property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -346,6 +347,7 @@ </child> <child> <object class="GtkMenuButton" id="color"> + <property name="label" translatable="no"></property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> diff --git a/sw/uiconfig/swriter/ui/textgridpage.ui b/sw/uiconfig/swriter/ui/textgridpage.ui index 07f804ddb65c..91556702be5d 100644 --- a/sw/uiconfig/swriter/ui/textgridpage.ui +++ b/sw/uiconfig/swriter/ui/textgridpage.ui @@ -543,6 +543,7 @@ </child> <child> <object class="GtkMenuButton" id="listLB_COLOR"> + <property name="label" translatable="no"></property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> |