diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | libempathy-gtk/empathy-main-window.glade | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2007-10-25 Xavier Claessens <xclaesse@gmail.com> + * libempathy-gtk/empathy-main-window.glade: Change window title to + "Contact List", both words should be capitalised according to HIG. + Fixes bug #490076 (Michael Monreal). + +2007-10-25 Xavier Claessens <xclaesse@gmail.com> + * libempathy-gtk/empathy-main-window.glade: Remove "..." from the "Manage Favorites..." menu item. Fixes bug #490086 (Michael Monreal). diff --git a/libempathy-gtk/empathy-main-window.glade b/libempathy-gtk/empathy-main-window.glade index e8f2ea740..a5d4a05f8 100644 --- a/libempathy-gtk/empathy-main-window.glade +++ b/libempathy-gtk/empathy-main-window.glade @@ -4,7 +4,7 @@ <glade-interface> <widget class="GtkWindow" id="main_window"> - <property name="title" translatable="yes">Contact list</property> + <property name="title" translatable="yes">Contact List</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="window_position">GTK_WIN_POS_NONE</property> <property name="modal">False</property> |