* src/docgen/ODFDoc.py: Typo.

svn: r5919
This commit is contained in:
Alex Roitman 2006-02-10 16:48:23 +00:00
parent cca81f693f
commit 8a700ceabc
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2006-02-10 Alex Roitman <shura@gramps-project.org>
* src/docgen/ODFDoc.py: Typo.
2006-02-09 Alex Roitman <shura@gramps-project.org>
* src/WriteGedcom.py (write_sources): Export data_map.

View File

@ -1136,7 +1136,7 @@ try:
mtype = GrampsMime.get_description(_apptype)
if Utils.search_for(mprog[0]):
print_label = _("Open in %{program_name}s") % { 'program_name':
print_label = _("Open in %(program_name)s") % { 'program_name':
mprog[1]}
else:
print_label = None