diff options
author | Andras Timar <andras.timar@collabora.com> | 2016-03-29 10:21:51 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2016-03-29 10:22:27 +0200 |
commit | 6fa19d6f9d5e108cfa54725847648e1ac2ffbffa (patch) | |
tree | 2290da829f7525db7abed66266413b43e7f5c4f1 /sw/uiconfig/swriter/ui/mmresultemaildialog.ui | |
parent | 3041df16f8315859ddf22075eac8f9ad4fa37b8e (diff) |
set translatable property in .ui files (bin/ui-translatable.sh)
Change-Id: I8b382bddac208d12216842ace6511b8b9127f205
Diffstat (limited to 'sw/uiconfig/swriter/ui/mmresultemaildialog.ui')
-rw-r--r-- | sw/uiconfig/swriter/ui/mmresultemaildialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/uiconfig/swriter/ui/mmresultemaildialog.ui b/sw/uiconfig/swriter/ui/mmresultemaildialog.ui index bd79a6ab068f..97175505d361 100644 --- a/sw/uiconfig/swriter/ui/mmresultemaildialog.ui +++ b/sw/uiconfig/swriter/ui/mmresultemaildialog.ui @@ -48,7 +48,7 @@ <property name="layout_style">end</property> <child> <object class="GtkButton" id="ok"> - <property name="label">Send Documents</property> + <property name="label" translatable="yes">Send Documents</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> |