make a string not translatable

This commit is contained in:
Yann Leboulanger 2018-08-18 14:39:32 +02:00
parent bab834814e
commit c6dbf775fa
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="activates_default">True</property>
<property name="placeholder_text" translatable="yes">user@example.org</property>
<property name="placeholder_text">user@example.org</property>
</object>
<packing>
<property name="left_attach">1</property>