From 4b4708da5f9c334e9308da1752d1179bd5944344 Mon Sep 17 00:00:00 2001 From: dbs Date: Mon, 4 Feb 2008 22:08:53 +0000 Subject: [PATCH] Fix typo (getStrint->getString) git-svn-id: svn://svn.open-ils.org/ILS/trunk@8615 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/content/auth/session.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/chrome/content/auth/session.js b/Open-ILS/xul/staff_client/chrome/content/auth/session.js index 4b68d25c8e..363d318b9e 100644 --- a/Open-ILS/xul/staff_client/chrome/content/auth/session.js +++ b/Open-ILS/xul/staff_client/chrome/content/auth/session.js @@ -83,7 +83,7 @@ auth.session.prototype = { } 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); } -- 2.11.0