diff options
author | Chris Toshok <toshok@ximian.com> | 2001-05-22 12:07:20 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-05-22 12:07:20 +0800 |
commit | 0492a96af428c8c28beb0a24327f63ef531e7e30 (patch) | |
tree | 4620b6f867c14db7ef58781b044f12d410f47004 | |
parent | 07a5f9979fa997db9d2584cbaeb4673d7a16e230 (diff) | |
download | gsoc2013-evolution-0492a96af428c8c28beb0a24327f63ef531e7e30.tar gsoc2013-evolution-0492a96af428c8c28beb0a24327f63ef531e7e30.tar.gz gsoc2013-evolution-0492a96af428c8c28beb0a24327f63ef531e7e30.tar.bz2 gsoc2013-evolution-0492a96af428c8c28beb0a24327f63ef531e7e30.tar.lz gsoc2013-evolution-0492a96af428c8c28beb0a24327f63ef531e7e30.tar.xz gsoc2013-evolution-0492a96af428c8c28beb0a24327f63ef531e7e30.tar.zst gsoc2013-evolution-0492a96af428c8c28beb0a24327f63ef531e7e30.zip |
correct typo.
2001-05-21 Chris Toshok <toshok@ximian.com>
* addressbook/galview.xml: correct typo.
svn path=/trunk/; revision=9917
-rw-r--r-- | views/ChangeLog | 4 | ||||
-rw-r--r-- | views/addressbook/galview.xml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/views/ChangeLog b/views/ChangeLog index 67c2319d48..d1adf0812f 100644 --- a/views/ChangeLog +++ b/views/ChangeLog @@ -1,3 +1,7 @@ +2001-05-21 Chris Toshok <toshok@ximian.com> + + * addressbook/galview.xml: correct typo. + 2001-04-11 Christopher James Lahey <clahey@ximian.com> * addressbook/galview.xml, mail/galview.xml, tasks/galview.xml: diff --git a/views/addressbook/galview.xml b/views/addressbook/galview.xml index 59f4ebb28f..b59aeb8fd0 100644 --- a/views/addressbook/galview.xml +++ b/views/addressbook/galview.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <GalViewCollection> - <GalView id="Address_Cards" _title="Adress Cards" filename="Address_Cards.galview" type="minicard"/> + <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="By_Company" _title="By Company" filename="By_Company.galview" type="etable"/> </GalViewCollection> |