2006-11-03 Alex Roitman <shura@gramps-project.org>
* configure.in: Bump up the version. * src/Editors/_EditLdsOrd.py (update_parent_label): Spurious translation. * src/DataViews/_RelationView.py (write_event_ref): Spurious translation. * src/ReportBase/_ReportDialog.py (get_header): Spurious translation. * RELEASE: version 2.2.2 is released. svn: r7547
This commit is contained in:
@@ -287,7 +287,8 @@ class EditLdsOrd(EditSecondary):
|
||||
'gramps_id' : family.gramps_id,
|
||||
}
|
||||
else:
|
||||
label = _("[%(gramps_id)s]") % {
|
||||
# No translation for bare gramps_id
|
||||
label = "[%(gramps_id)s]" % {
|
||||
'gramps_id' : family.gramps_id,
|
||||
}
|
||||
else:
|
||||
|
Reference in New Issue
Block a user