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:
Alex Roitman
2006-11-03 17:05:24 +00:00
parent db90bca944
commit 72403bcdb5
5 changed files with 18 additions and 6 deletions

View File

@@ -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: