From 85ea9a070f81ba99522cfa492ce1f374eecf74d2 Mon Sep 17 00:00:00 2001 From: pines Date: Wed, 21 Feb 2007 21:22:42 +0000 Subject: [PATCH] paste-o git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0@6976 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/cat/copy_editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/cat/copy_editor.js b/Open-ILS/xul/staff_client/server/cat/copy_editor.js index f9fe04a70f..20db41981d 100644 --- a/Open-ILS/xul/staff_client/server/cat/copy_editor.js +++ b/Open-ILS/xul/staff_client/server/cat/copy_editor.js @@ -414,7 +414,7 @@ g.import_templates = function() { alert('File not chosen for import.'); } } catch(E) { - g.error.standard_unexpected_error_alert('Error exporting templates',E); + g.error.standard_unexpected_error_alert('Error importing templates',E); } } -- 2.11.0