Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Kouremenos <kourem@gmail.com>2005-08-17 20:47:12 +0400
committerNikos Kouremenos <kourem@gmail.com>2005-08-17 20:47:12 +0400
commit0fb573ccc6d4294150f7eaccf29b925ef7a81edf (patch)
treefd9b835b6a9f6d43e29d94b596a8c0474ddfdbec
parent5ed2e230970cd1f196c80fb018c492af11d0c101 (diff)
remove pango markup from translation
-rw-r--r--src/gtkgui.glade2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkgui.glade b/src/gtkgui.glade
index 0334d2b1c..a9ec984f1 100644
--- a/src/gtkgui.glade
+++ b/src/gtkgui.glade
@@ -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>