paste-o
authorpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 21 Feb 2007 21:22:42 +0000 (21:22 +0000)
committerpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 21 Feb 2007 21:22:42 +0000 (21:22 +0000)
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

index f9fe04a..20db419 100644 (file)
@@ -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);
        }
 }