diff options
author | Andras Timar <andras.timar@collabora.com> | 2016-03-29 10:21:51 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2016-03-29 10:22:27 +0200 |
commit | 6fa19d6f9d5e108cfa54725847648e1ac2ffbffa (patch) | |
tree | 2290da829f7525db7abed66266413b43e7f5c4f1 /cui/uiconfig | |
parent | 3041df16f8315859ddf22075eac8f9ad4fa37b8e (diff) |
set translatable property in .ui files (bin/ui-translatable.sh)
Change-Id: I8b382bddac208d12216842ace6511b8b9127f205
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/specialcharacters.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/uiconfig/ui/specialcharacters.ui b/cui/uiconfig/ui/specialcharacters.ui index be016961c8c5..80ec3d2ad7b5 100644 --- a/cui/uiconfig/ui/specialcharacters.ui +++ b/cui/uiconfig/ui/specialcharacters.ui @@ -240,7 +240,7 @@ <property name="can_focus">True</property> <property name="halign">center</property> <property name="width_chars">8</property> - <property name="text">A2</property> + <property name="text" translatable="no">A2</property> </object> <packing> <property name="left_attach">1</property> @@ -251,7 +251,7 @@ <object class="GtkLabel" id="hexulabel"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label">U+</property> + <property name="label" translatable="no">U+</property> <property name="width_chars">3</property> <property name="single_line_mode">True</property> <property name="max_width_chars">3</property> |