Skip to content
Snippets Groups Projects
Commit 513bffd4 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

Merge branch 'fix-translation' into 'master'

Fix accidently translated strings

See merge request gajim/gajim!191
parents 8b705bb9 dcfa2526
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,8 @@
<object class="GtkLabel" id="type_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">&lt;b&gt;someone@somewhere.com&lt;/b&gt; would like you to &lt;b&gt;add&lt;/b&gt; some contacts in your roster.</property>
<!-- This line does not need translation -->
<property name="label">&lt;b&gt;someone@somewhere.com&lt;/b&gt; would like you to &lt;b&gt;add&lt;/b&gt; some contacts in your roster.</property>
<property name="use_markup">True</property>
<property name="justify">center</property>
<property name="selectable">True</property>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment