From 468de7eba72a66efe5c85ce684e4dcc78e31c5c5 Mon Sep 17 00:00:00 2001 From: phasefx Date: Fri, 11 Dec 2009 19:39:18 +0000 Subject: [PATCH] copy/paste-o git-svn-id: svn://svn.open-ils.org/ILS/trunk@15145 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/content/util/timestamp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/chrome/content/util/timestamp.js b/Open-ILS/xul/staff_client/chrome/content/util/timestamp.js index 5b87e5bc5d..d9f6033b6c 100644 --- a/Open-ILS/xul/staff_client/chrome/content/util/timestamp.js +++ b/Open-ILS/xul/staff_client/chrome/content/util/timestamp.js @@ -130,7 +130,7 @@ function gen_handle_apply(params) { } } catch(E) { - alert('Error in backdate.js, handle_apply(): ' + E); + alert('Error in timestamp.js, handle_apply(): ' + E); } }; } -- 2.43.2