From c8f5b6ee52874673b72fd74cb3665ff4b685b7c4 Mon Sep 17 00:00:00 2001 From: erickson Date: Wed, 18 Nov 2009 13:52:21 +0000 Subject: [PATCH] put the comma after the city instead of the state in the address format git-svn-id: svn://svn.open-ils.org/ILS/trunk@14953 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/locale/en-US/patron.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/locale/en-US/patron.properties b/Open-ILS/xul/staff_client/server/locale/en-US/patron.properties index 2316cfce3..99e3957bf 100644 --- a/Open-ILS/xul/staff_client/server/locale/en-US/patron.properties +++ b/Open-ILS/xul/staff_client/server/locale/en-US/patron.properties @@ -353,7 +353,7 @@ staff.patron.field.hidden= staff.patron.field.unset= # Unused by default but available: %7 is county; %10 is country. -staff.patron.mailable_address_format=%1$s %2$s %3$s\n%4$s\n%5$s\n%6$s %8$s, %9$s +staff.patron.mailable_address_format=%1$s %2$s %3$s\n%4$s\n%5$s\n%6$s, %8$s %9$s web.staff.patron.ue.session_no_defined=User session is not defined web.staff.patron.ue.uedit_show_search.search_would_be=Search would be:\n%1$s -- 2.11.0