make vcard information window translatable. fixes #2768
This commit is contained in:
parent
bd2f62ab0d
commit
d3cebabbbd
|
@ -5,7 +5,7 @@
|
|||
|
||||
<widget class="GtkWindow" id="vcard_information_window">
|
||||
<property name="border_width">12</property>
|
||||
<property name="title">Contact Information</property>
|
||||
<property name="title" translatable="yes">Contact Information</property>
|
||||
<property name="type">GTK_WINDOW_TOPLEVEL</property>
|
||||
<property name="window_position">GTK_WIN_POS_NONE</property>
|
||||
<property name="modal">False</property>
|
||||
|
|
Loading…
Reference in New Issue