* src/docgen/ODFDoc.py: Typo.
svn: r5919
This commit is contained in:
parent
cca81f693f
commit
8a700ceabc
@ -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>
|
2006-02-09 Alex Roitman <shura@gramps-project.org>
|
||||||
* src/WriteGedcom.py (write_sources): Export data_map.
|
* src/WriteGedcom.py (write_sources): Export data_map.
|
||||||
|
|
||||||
|
@ -1136,7 +1136,7 @@ try:
|
|||||||
mtype = GrampsMime.get_description(_apptype)
|
mtype = GrampsMime.get_description(_apptype)
|
||||||
|
|
||||||
if Utils.search_for(mprog[0]):
|
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]}
|
mprog[1]}
|
||||||
else:
|
else:
|
||||||
print_label = None
|
print_label = None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user