make a string not translatable

This commit is contained in:
Yann Leboulanger 2017-10-07 14:54:39 +02:00
parent 2a2d4477a7
commit 372c1f9941
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="border_width">12</property>
<property name="title" translatable="yes">window1</property>
<property name="title">window1</property>
<property name="type_hint">dialog</property>
<signal name="destroy" handler="on_privacy_lists_first_window_destroy" swapped="no"/>
<signal name="key-press-event" handler="on_key_press_event" swapped="no"/>