From 15acafdde718962b596617fb7e87e70d0858399c Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Mon, 9 Aug 2010 13:35:11 +0200
Subject: [PATCH] Make a "@" string not translatable

---
 data/gui/account_creation_wizard_window.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/gui/account_creation_wizard_window.ui b/data/gui/account_creation_wizard_window.ui
index c6a3ec35aa..7be526ec7a 100644
--- a/data/gui/account_creation_wizard_window.ui
+++ b/data/gui/account_creation_wizard_window.ui
@@ -217,7 +217,7 @@ to the Jabber network.</property>
                       <object class="GtkLabel" id="label1">
                         <property name="visible">True</property>
                         <property name="xalign">0</property>
-                        <property name="label" translatable="yes">@</property>
+                        <property name="label">@</property>
                       </object>
                       <packing>
                         <property name="left_attach">2</property>
-- 
GitLab