summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2007-10-25 12:26:41 +0000
committerXavier Claessens <xclaesse@src.gnome.org>2007-10-25 12:26:41 +0000
commit315057d68b3f9627c3c9aec61d8f778f451eb7b9 (patch)
tree8b4d2eb0bef84219006894bbb058c90aaa58f4f1
parent062c43ad284ef8193b8f3f2a8fe45779477f903f (diff)
downloadtelepathy-account-widgets-315057d68b3f9627c3c9aec61d8f778f451eb7b9.tar.gz
Change window title to "Contact List", both words should be capitalised
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). svn path=/trunk/; revision=398
-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 6a7d79e5..808551e2 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 e8f2ea74..a5d4a05f 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>