aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--views/ChangeLog5
-rw-r--r--views/addressbook/galview.xml2
2 files changed, 6 insertions, 1 deletions
diff --git a/views/ChangeLog b/views/ChangeLog
index 8e0463770c..ec86348042 100644
--- a/views/ChangeLog
+++ b/views/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-24 Anand V M <avmuttagi@gmail.com>
+
+ ** Fix for bug #353656
+ * addressbook/galview.xml:Rename "Phone List" to "List View".
+
2006-06-02 Srinivasa Ragavan <sragavan@novell.com>
* mail/Makefile.am: Added two new views Wide_View_Sent.galview
diff --git a/views/addressbook/galview.xml b/views/addressbook/galview.xml
index b8f5ef81dd..39c9b3ad59 100644
--- a/views/addressbook/galview.xml
+++ b/views/addressbook/galview.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<GalViewCollection default-view="Address_Cards">
<GalView id="Address_Cards" _title="_Address Cards" filename="Address_Cards.galview" type="minicard"/>
- <GalView id="Phone_List" _title="_Phone List" filename="Phone_List.galview" type="etable"/>
+ <GalView id="Phone_List" _title="_List View" filename="Phone_List.galview" type="etable"/>
<GalView id="By_Company" _title="By _Company" filename="By_Company.galview" type="etable"/>
</GalViewCollection>