From: pines Date: Wed, 21 Feb 2007 21:22:42 +0000 (+0000) Subject: paste-o X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=85ea9a070f81ba99522cfa492ce1f374eecf74d2;p=Evergreen.git paste-o git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0@6976 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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); } }