remove pango markup from translation

This commit is contained in:
Nikos Kouremenos 2005-08-17 16:47:12 +00:00
parent 5ed2e23097
commit 0fb573ccc6
1 changed files with 1 additions and 1 deletions

View File

@ -13116,7 +13116,7 @@ the Jabber network.</property>
<widget class="GtkLabel" id="jid_label">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">&lt;span background=&quot;lightyellow&quot;&gt;&lt;/span&gt;</property>
<property name="label">&lt;span background=&quot;lightyellow&quot;&gt;&lt;/span&gt;</property>
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>