[open-ils-commits] r8615 - trunk/Open-ILS/xul/staff_client/chrome/content/auth

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Feb 4 17:37:07 EST 2008


Author: dbs
Date: 2008-02-04 17:08:53 -0500 (Mon, 04 Feb 2008)
New Revision: 8615

Modified:
   trunk/Open-ILS/xul/staff_client/chrome/content/auth/session.js
Log:
Fix typo (getStrint->getString)


Modified: trunk/Open-ILS/xul/staff_client/chrome/content/auth/session.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/content/auth/session.js	2008-02-04 22:01:39 UTC (rev 8614)
+++ trunk/Open-ILS/xul/staff_client/chrome/content/auth/session.js	2008-02-04 22:08:53 UTC (rev 8615)
@@ -83,7 +83,7 @@
 
 			} else {
 
-				var error = document.getElementById('authStrings').getStrint('staff.auth.session.init_false') + '\n';
+				var error = document.getElementById('authStrings').getString('staff.auth.session.init_false') + '\n';
 				this.error.sdump('D_ERROR',error);
 				throw(error);
 			}



More information about the open-ils-commits mailing list