make vcard information window translatable. fixes #2768

This commit is contained in:
Yann Leboulanger 2006-12-10 14:20:02 +00:00
parent bd2f62ab0d
commit d3cebabbbd
1 changed files with 1 additions and 1 deletions

View File

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