diff options
author | Andras Timar <andras.timar@collabora.com> | 2014-11-22 23:47:26 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2014-11-22 23:47:38 +0100 |
commit | 6745c24fdad942f61c225632688bce78da0a547e (patch) | |
tree | f9c17d9f74aa80e21f3eec97a138ddec534d6b8b /cui/uiconfig | |
parent | 4bec07b086be55fc473ab5f341deb451421aad74 (diff) |
fdo#86550 make some strings localizable
Change-Id: Ie3b47e30b22b4bbae86f575ca1c9f3639afd3afd
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/specialcharacters.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/uiconfig/ui/specialcharacters.ui b/cui/uiconfig/ui/specialcharacters.ui index 5b3824e029e9..ae3bbfc54777 100644 --- a/cui/uiconfig/ui/specialcharacters.ui +++ b/cui/uiconfig/ui/specialcharacters.ui @@ -19,7 +19,7 @@ <property name="layout_style">end</property> <child> <object class="GtkButton" id="ok"> - <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="has_default">True</property> |