Make a "@" string not translatable

This commit is contained in:
Yann Leboulanger 2010-08-09 13:35:11 +02:00
parent b66a3e4c9e
commit 15acafdde7
1 changed files with 1 additions and 1 deletions

View File

@ -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>