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 603babcabd
commit f949791a0b
5 changed files with 18 additions and 6 deletions

View File

@ -110,7 +110,8 @@ class ReportDialog(BareReportDialog):
'report_name' : self.report_name,
'person_name' : name}
else:
return _("%(report_name)s") % {'report_name' : self.report_name}
# No need to translate report_name, it is already translated
return self.report_name
#------------------------------------------------------------------------
#