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/addressbook | |
parent | 5b14699802d121ffeb8cbd3eb2f4eaf7768d7853 (diff) | |
download | gsoc2013-evolution-2b1909d9445e2b51c07f25a26360ffa44892107b.tar gsoc2013-evolution-2b1909d9445e2b51c07f25a26360ffa44892107b.tar.gz gsoc2013-evolution-2b1909d9445e2b51c07f25a26360ffa44892107b.tar.bz2 gsoc2013-evolution-2b1909d9445e2b51c07f25a26360ffa44892107b.tar.lz gsoc2013-evolution-2b1909d9445e2b51c07f25a26360ffa44892107b.tar.xz 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/addressbook')
-rw-r--r-- | views/addressbook/galview.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |