diff options
author | Anand V M <avmuttagi@gmail.com> | 2007-10-24 19:04:51 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-10-24 19:04:51 +0800 |
commit | 2b1909d9445e2b51c07f25a26360ffa44892107b (patch) | |
tree | 0b09b58bf16891a1c70cf47f862be019ca13b074 /views | |
parent | 5b14699802d121ffeb8cbd3eb2f4eaf7768d7853 (diff) | |
download | gsoc2013-evolution-2b1909d9445e2b51c07f25a26360ffa44892107b.tar.gz gsoc2013-evolution-2b1909d9445e2b51c07f25a26360ffa44892107b.tar.zst gsoc2013-evolution-2b1909d9445e2b51c07f25a26360ffa44892107b.zip |
** Fix for bug #353656 Rename "Phone List" to "List View".
2007-10-24 Anand V M <avmuttagi@gmail.com>
** Fix for bug #353656
* addressbook/galview.xml:Rename "Phone List" to "List View".
svn path=/trunk/; revision=34416
Diffstat (limited to 'views')
-rw-r--r-- | views/ChangeLog | 5 | ||||
-rw-r--r-- | views/addressbook/galview.xml | 2 |
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> |