translation issues (patch by MathieuMD), see devel mailing list
svn: r19352
This commit is contained in:
@@ -20,6 +20,11 @@
|
||||
|
||||
# $Id$
|
||||
|
||||
# Standard Python modules
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
from gen.ggettext import gettext as _
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# GRAMPS modules
|
||||
@@ -35,7 +40,7 @@ class IsPrivate(Rule):
|
||||
|
||||
name = 'Objects marked private'
|
||||
description = "Matches objects that are indicated as private"
|
||||
category = 'General filters'
|
||||
category = _('General filters')
|
||||
|
||||
def apply(self, db, obj):
|
||||
return obj.get_privacy()
|
||||
|
||||
@@ -29,6 +29,8 @@ import time
|
||||
import logging
|
||||
LOG = logging.getLogger(".citation")
|
||||
|
||||
from gen.ggettext import gettext as _
|
||||
|
||||
"""
|
||||
methods to upgrade a database from version 13 to current version
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user