Merge branch 'fix-translation' into 'master'

Fix accidently translated strings

See merge request gajim/gajim!191
This commit is contained in:
Yann Leboulanger 2018-01-17 21:45:45 +01:00
commit 513bffd483
1 changed files with 2 additions and 1 deletions

View File

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