diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-07-21 13:45:36 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-07-21 13:45:56 +0100 |
commit | 7a02d45372c4753eb51744f14b16c1f8f1f060bb (patch) | |
tree | 50f572ae0c005e50ace22064c5c5615f80d546ae /sfx2/uiconfig | |
parent | 4232d1269baa4fa5c1ea2871478ad8727b922909 (diff) |
add msgctxt to new strings
Change-Id: I3a0a7620c9ed0aec438d149bee80c6979b0a3bd7
Diffstat (limited to 'sfx2/uiconfig')
-rw-r--r-- | sfx2/uiconfig/ui/charmapcontrol.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/uiconfig/ui/charmapcontrol.ui b/sfx2/uiconfig/ui/charmapcontrol.ui index 819a4e86d247..7a4d722a2b80 100644 --- a/sfx2/uiconfig/ui/charmapcontrol.ui +++ b/sfx2/uiconfig/ui/charmapcontrol.ui @@ -221,7 +221,7 @@ <object class="GtkLabel" id="label2"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Favourites</property> + <property name="label" translatable="yes" context="charmapcontrol|label2">Favourites</property> </object> <packing> <property name="expand">False</property> |