From ad711cc0e526165679ccac50c1ec1e0a8bd31564 Mon Sep 17 00:00:00 2001
From: Jason Etheridge <jason@esilibrary.com>
Date: Fri, 27 May 2011 13:02:14 -0400
Subject: [PATCH] indicate what date format to use for offline patron
 registration

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
---
 Open-ILS/web/opac/locale/en-US/lang.dtd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd
index bb362c7960..525aa6a30d 100644
--- a/Open-ILS/web/opac/locale/en-US/lang.dtd
+++ b/Open-ILS/web/opac/locale/en-US/lang.dtd
@@ -444,7 +444,7 @@
 <!ENTITY staff.circ.offline_register.passwd.label 'New Password:'>
 <!ENTITY staff.circ.offline_register.family_name.label 'Last Name:'>
 <!ENTITY staff.circ.offline_register.first_given_name.label 'First Name:'>
-<!ENTITY staff.circ.offline_register.dob.label 'Date of Birth:'>
+<!ENTITY staff.circ.offline_register.dob.label 'Date of Birth (YYYY-MM-DD):'>
 <!ENTITY staff.circ.offline_register.x_ident_type.label 'Identification Type:'>
 <!ENTITY staff.circ.offline_register.ident_value.label 'Ident Value:'>
 <!ENTITY staff.circ.offline_register.billing_address.label 'Billing Address'>
-- 
2.11.0