diff options
author | Andras Timar <andras.timar@collabora.com> | 2014-01-19 19:01:29 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2014-01-19 19:03:30 +0100 |
commit | 97eed7f636e2e6a11325b5360be4ee4262f1efb8 (patch) | |
tree | 50fbee95b38e828d9254433beda2d5bf63b28201 /sc/uiconfig/scalc/ui/xmlsourcedialog.ui | |
parent | bf32240b97ad2cf6a515715a4214497e4fb00bb9 (diff) |
make strings localizable in *.ui (bin/ui-translatable.sh)
Change-Id: I60b74cecc17352681fac7dfa0e41114515dbd6f5
Diffstat (limited to 'sc/uiconfig/scalc/ui/xmlsourcedialog.ui')
-rw-r--r-- | sc/uiconfig/scalc/ui/xmlsourcedialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/uiconfig/scalc/ui/xmlsourcedialog.ui b/sc/uiconfig/scalc/ui/xmlsourcedialog.ui index 689e270fe8c4..d97d0d3de37b 100644 --- a/sc/uiconfig/scalc/ui/xmlsourcedialog.ui +++ b/sc/uiconfig/scalc/ui/xmlsourcedialog.ui @@ -206,7 +206,7 @@ <property name="layout_style">end</property> <child> <object class="GtkButton" id="ok"> - <property name="label">_Import</property> + <property name="label" translatable="yes">_Import</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> |