Two strings made translatable.
svn: r15864
This commit is contained in:
parent
01afd075a7
commit
7956bf8b39
@ -46,10 +46,10 @@ def filter_database(db, progress, filter_name):
|
|||||||
"""Returns a list of person handles"""
|
"""Returns a list of person handles"""
|
||||||
|
|
||||||
filt = MatchesFilter([filter_name])
|
filt = MatchesFilter([filter_name])
|
||||||
progress.set_header('Preparing sub-filter')
|
progress.set_header(_('Preparing sub-filter'))
|
||||||
filt.requestprepare(db)
|
filt.requestprepare(db)
|
||||||
|
|
||||||
progress.set_header('Retrieving all sub-filter matches')
|
progress.set_header(_('Retrieving all sub-filter matches'))
|
||||||
matches = []
|
matches = []
|
||||||
for handle in db.iter_person_handles():
|
for handle in db.iter_person_handles():
|
||||||
person = db.get_person_from_handle(handle)
|
person = db.get_person_from_handle(handle)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user