aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--libempathy-gtk/empathy-main-window.glade2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a7d79e50..808551e25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>