diff options
author | Andras Timar <andras.timar@collabora.com> | 2013-11-17 10:55:50 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2013-11-17 10:55:50 +0100 |
commit | aecc0d723f707bc827643b361e6970be63445258 (patch) | |
tree | 1fa2b812048a4e65252c0d09635973acdae204a1 /sw/uiconfig/swriter/ui/envdialog.ui | |
parent | ee8b9849466e202c913baefaf81de0ed06cdab66 (diff) |
missing translatable="yes" attributes
Change-Id: I138c8f245e4bfb2f23dd4cd8a629d8e5e3aac56b
Diffstat (limited to 'sw/uiconfig/swriter/ui/envdialog.ui')
-rw-r--r-- | sw/uiconfig/swriter/ui/envdialog.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/uiconfig/swriter/ui/envdialog.ui b/sw/uiconfig/swriter/ui/envdialog.ui index 9f072d5a9c87..0a6a21ca90a2 100644 --- a/sw/uiconfig/swriter/ui/envdialog.ui +++ b/sw/uiconfig/swriter/ui/envdialog.ui @@ -17,7 +17,7 @@ <property name="layout_style">end</property> <child> <object class="GtkButton" id="ok"> - <property name="label">_New Document</property> + <property name="label" translatable="yes">_New Document</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> @@ -33,7 +33,7 @@ </child> <child> <object class="GtkButton" id="user"> - <property name="label">_Insert</property> + <property name="label" translatable="yes">_Insert</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -47,7 +47,7 @@ </child> <child> <object class="GtkButton" id="modify"> - <property name="label">_Modify</property> + <property name="label" translatable="yes">_Modify</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="no_show_all">True</property> |