diff options
author | Andras Timar <andras.timar@collabora.com> | 2016-11-23 08:51:43 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2016-11-23 08:51:43 +0100 |
commit | 666eb88b3125e8d62e05f6e0fc75cc6653ab42d5 (patch) | |
tree | 77e3fe390b38e1bf1720178f7462ba63c9eb2ca0 /svx | |
parent | 1a4cb47b27c059d92b4e94b249ca3974b72b35da (diff) |
make strings localizable
Change-Id: Ic74b55b12926a23e9e98308407a88e73dc9cb0c7
Diffstat (limited to 'svx')
-rw-r--r-- | svx/uiconfig/ui/profileexporteddialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/uiconfig/ui/profileexporteddialog.ui b/svx/uiconfig/ui/profileexporteddialog.ui index 93ac9de6a73f..b21c76a38e46 100644 --- a/svx/uiconfig/ui/profileexporteddialog.ui +++ b/svx/uiconfig/ui/profileexporteddialog.ui @@ -37,7 +37,7 @@ </child> <child> <object class="GtkButton" id="openfolder"> - <property name="label">Open Containing _Folder</property> + <property name="label" translatable="yes">Open Containing _Folder</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> |