* src/DataViews/_PedigreeView.py (define_actions): Translate labels.
* src/DataViews/_SourceView.py (define_actions): Translate labels. * src/DataViews/_PlaceView.py (define_actions): Translate labels. * src/DataViews/_MediaView.py (define_actions): Translate labels. * src/DataViews/_RepositoryView.py (define_actions): Translate labels. * src/DataViews/_MapView.py (define_actions): Translate labels. * src/DataViews/_EventView.py (define_actions): Translate labels. * src/DataViews/_PersonView.py (define_actions) Translate labels. * src/PageView.py (BookMarkView.define_actions, PersonNavView.define_actions, ListView.define_actions): Translate labels. svn: r6513
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Gramps - a GTK+/GNOME based genealogy program
|
||||
#
|
||||
# Copyright (C) 2001-2005 Donald N. Allingham
|
||||
# Copyright (C) 2001-2006 Donald N. Allingham
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
@@ -132,7 +132,7 @@ class EventView(PageView.ListView):
|
||||
def define_actions(self):
|
||||
PageView.ListView.define_actions(self)
|
||||
self.add_action('ColumnEdit', gtk.STOCK_PROPERTIES,
|
||||
'_Column Editor', callback=self.column_editor)
|
||||
_('_Column Editor'), callback=self.column_editor)
|
||||
|
||||
def column_editor(self,obj):
|
||||
import ColumnOrder
|
||||
|
Reference in New Issue
Block a user