Added invalid date format to configs, with bold default

svn: r10618
This commit is contained in:
Doug Blank
2008-04-22 01:36:03 +00:00
parent c760272054
commit 20420efec2
4 changed files with 64 additions and 9 deletions

View File

@@ -173,6 +173,7 @@ PRIVATE_SURNAME_TEXT = ('preferences', 'private-surname-text', 2)
PRIVATE_GIVEN_TEXT = ('preferences', 'private-given-text', 2)
PRIVATE_RECORD_TEXT = ('preferences', 'private-record-text', 2)
RELATION_DISPLAY_THEME= ('preferences', 'relation-display-theme', 2)
INVALID_DATE_FORMAT = ('preferences', 'invalid-date-format', 2)
default_value = {
DEFAULT_SOURCE : False,
@@ -299,4 +300,5 @@ default_value = {
PRIVATE_GIVEN_TEXT : "[%s]" % _("Living"),
PRIVATE_RECORD_TEXT : "[%s]" % _("Private Record"),
RELATION_DISPLAY_THEME: "CLASSIC",
INVALID_DATE_FORMAT : "<b>%s</b>",
}