src/DataViews/_PersonView.py typo for gettext context
svn: r9357
This commit is contained in:
parent
3f6d58dbde
commit
8c0b4cb5ab
@ -149,7 +149,7 @@ class PersonView(PageView.PersonNavView):
|
||||
self.all_action.add_actions([
|
||||
('OpenAllNodes', None, _("Expand all nodes"), None, None,
|
||||
self.open_all_nodes),
|
||||
('Edit', gtk.STOCK_EDIT, _s("action|_Edit"), "<control>Return",
|
||||
('Edit', gtk.STOCK_EDIT, _("action|_Edit"), "<control>Return",
|
||||
_("Edit the selected person"), self.edit),
|
||||
('CloseAllNodes', None, _("Collapse all nodes"), None, None,
|
||||
self.close_all_nodes),
|
||||
|
Loading…
Reference in New Issue
Block a user