diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-10-25 20:26:41 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-10-25 20:26:41 +0800 |
commit | 315057d68b3f9627c3c9aec61d8f778f451eb7b9 (patch) | |
tree | 8b4d2eb0bef84219006894bbb058c90aaa58f4f1 /libempathy-gtk/empathy-main-window.glade | |
parent | 062c43ad284ef8193b8f3f2a8fe45779477f903f (diff) | |
download | gsoc2013-empathy-315057d68b3f9627c3c9aec61d8f778f451eb7b9.tar gsoc2013-empathy-315057d68b3f9627c3c9aec61d8f778f451eb7b9.tar.gz gsoc2013-empathy-315057d68b3f9627c3c9aec61d8f778f451eb7b9.tar.bz2 gsoc2013-empathy-315057d68b3f9627c3c9aec61d8f778f451eb7b9.tar.lz gsoc2013-empathy-315057d68b3f9627c3c9aec61d8f778f451eb7b9.tar.xz gsoc2013-empathy-315057d68b3f9627c3c9aec61d8f778f451eb7b9.tar.zst gsoc2013-empathy-315057d68b3f9627c3c9aec61d8f778f451eb7b9.zip |
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
Diffstat (limited to 'libempathy-gtk/empathy-main-window.glade')
-rw-r--r-- | libempathy-gtk/empathy-main-window.glade | 2 |
1 files changed, 1 insertions, 1 deletions
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> |