diff options
author | Andras Timar <andras.timar@collabora.com> | 2014-03-29 11:40:36 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2014-03-29 11:40:36 +0100 |
commit | 937d3d65b1fc52c821f67a618fad637ff7590d8c (patch) | |
tree | 240776d07ed0540b35c4be89dcf948c09c539e75 /cui/uiconfig | |
parent | 1ab55661f3194aa78a0f95c6397d2b546775d04c (diff) |
add translatable attribute to some .ui labels/items
Change-Id: I9c626965d0185cf651a5a304e15754e549d893b2
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/fmsearchdialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/uiconfig/ui/fmsearchdialog.ui b/cui/uiconfig/ui/fmsearchdialog.ui index e4f431dabf23..d945ce93043c 100644 --- a/cui/uiconfig/ui/fmsearchdialog.ui +++ b/cui/uiconfig/ui/fmsearchdialog.ui @@ -753,7 +753,7 @@ <object class="GtkLabel" id="flOptions"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label">Settings</property> + <property name="label" translatable="yes">Settings</property> <property name="use_underline">True</property> <attributes> <attribute name="weight" value="bold"/> |