diff options
author | Andras Timar <atimar@suse.com> | 2013-01-14 22:12:03 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-01-14 22:14:42 +0100 |
commit | 9ad64e2c8c9e8b192bb97fcf0ef40061ec379f40 (patch) | |
tree | a8cded2c0776f9275721a082c7eabe55f0ab9a8d | |
parent | 25f5a30c85f960dfdfe918531f9c788fe307cb2f (diff) |
fdo#58854 'Insert' button was untranslatable
Change-Id: Iedb17e216083fdb8990fe9dc663b27eaa352ecf3
-rw-r--r-- | sw/uiconfig/swriter/ui/inserttable.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/uiconfig/swriter/ui/inserttable.ui b/sw/uiconfig/swriter/ui/inserttable.ui index 9cf3cdca196f..b05a053a223f 100644 --- a/sw/uiconfig/swriter/ui/inserttable.ui +++ b/sw/uiconfig/swriter/ui/inserttable.ui @@ -42,7 +42,7 @@ </child> <child> <object class="GtkButton" id="ok"> - <property name="label">Insert</property> + <property name="label" translatable="yes">Insert</property> <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> |