]> git.0d.be Git - empathy.git/commitdiff
Change window title to "Contact List", both words should be capitalised
authorXavier Claessens <xclaesse@gmail.com>
Thu, 25 Oct 2007 12:26:41 +0000 (12:26 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Thu, 25 Oct 2007 12:26:41 +0000 (12:26 +0000)
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

ChangeLog
libempathy-gtk/empathy-main-window.glade

index 6a7d79e50c210d5265e580f06f1872f1e981c7c2..808551e253e5924929c3797e319f7aa6fb9fdeed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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
index e8f2ea740d842001930f0dc03e3502e666fd744d..a5d4a05f8ed66058f5b6132e232b5f6f247e869c 100644 (file)
@@ -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>