String changes for translation purposes

svn: r56
This commit is contained in:
Don Allingham
2001-05-23 22:20:10 +00:00
parent 6a7c0eb205
commit c910353805
11 changed files with 35 additions and 81 deletions

View File

@@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
"People no listed birth date"
"People without a birth date"
import Filter
import string
@@ -27,7 +27,7 @@ import intl
_ = intl.gettext
class NoBirthdate(Filter.Filter):
"People no listed birth date"
"People without a birth date"
def match(self,person):
return person.getBirth().getDate() == ""
@@ -39,6 +39,6 @@ def need_qualifier():
return 0
def get_name():
return _("People no listed birth date")
return _("People without a birth date")