2006-12-06 Don Allingham <don@gramps-project.org>

* src/DisplayTabs/EventEmbedList.py: fix typo



svn: r7767
This commit is contained in:
Don Allingham 2006-12-07 05:13:08 +00:00
parent 5230cb6b85
commit 07ced9a79e
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2006-12-06 Don Allingham <don@gramps-project.org>
* src/DisplayTabs/EventEmbedList.py: fix typo
2006-12-07 Zsolt Foldvari <zfoldvar@users.sourceforge.net> 2006-12-07 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
* src/DataViews/_PlaceView.py (google): Use city, country of main * src/DataViews/_PlaceView.py (google): Use city, country of main
location in google query. location in google query.

View File

@ -53,7 +53,7 @@ class EventEmbedList(EmbeddedList):
'add' : _('Add a new event'), 'add' : _('Add a new event'),
'del' : _('Remove the selected event'), 'del' : _('Remove the selected event'),
'edit' : _('Edit the selected event'), 'edit' : _('Edit the selected event'),
'share' : _('Share an exisiting event'), 'share' : _('Share an existing event'),
} }
_column_names = [ _column_names = [