From: pines Date: Thu, 22 Feb 2007 13:46:36 +0000 (+0000) Subject: paste-o X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1d7a0c4647a4ada9f73aedead1356b01053a9d4d;p=Evergreen.git paste-o git-svn-id: svn://svn.open-ils.org/ILS/trunk@6987 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); } }