diff options
-rw-r--r-- | libempathy-gtk/empathy-contact-blocking-dialog.ui | 2 | ||||
-rw-r--r-- | libempathy-gtk/empathy-log-window.ui | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-contact-blocking-dialog.ui b/libempathy-gtk/empathy-contact-blocking-dialog.ui index b2ea89b81..2e943105e 100644 --- a/libempathy-gtk/empathy-contact-blocking-dialog.ui +++ b/libempathy-gtk/empathy-contact-blocking-dialog.ui @@ -58,7 +58,7 @@ <property name="search_column">0</property> <child> <object class="GtkTreeViewColumn" id="treeviewcolumn1"> - <property name="title">Blocked Contacts</property> + <property name="title" translatable="yes">Blocked Contacts</property> <property name="sort_indicator">True</property> <property name="sort_column_id">0</property> <child> diff --git a/libempathy-gtk/empathy-log-window.ui b/libempathy-gtk/empathy-log-window.ui index 3611ac1f9..26d0017f1 100644 --- a/libempathy-gtk/empathy-log-window.ui +++ b/libempathy-gtk/empathy-log-window.ui @@ -52,7 +52,7 @@ <property name="can_focus">False</property> <child> <object class="GtkImageMenuItem" id="imagemenuitem_delete"> - <property name="label">Delete All History...</property> + <property name="label" translatable="yes">Delete All History...</property> <property name="visible">True</property> <property name="can_focus">False</property> <property name="use_action_appearance">False</property> |