[open-ils-commits] r9961 -
branches/rel_1_2_2/Open-ILS/xul/staff_client/server/cat
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Jul 2 14:38:17 EDT 2008
Author: miker
Date: 2008-07-02 14:38:14 -0400 (Wed, 02 Jul 2008)
New Revision: 9961
Modified:
branches/rel_1_2_2/Open-ILS/xul/staff_client/server/cat/z3950.js
Log:
typo reported by Elaine Ross
Modified: branches/rel_1_2_2/Open-ILS/xul/staff_client/server/cat/z3950.js
===================================================================
--- branches/rel_1_2_2/Open-ILS/xul/staff_client/server/cat/z3950.js 2008-07-02 18:38:08 UTC (rev 9960)
+++ branches/rel_1_2_2/Open-ILS/xul/staff_client/server/cat/z3950.js 2008-07-02 18:38:14 UTC (rev 9961)
@@ -520,7 +520,7 @@
if (typeof r3.ilsevent != 'undefined') {
throw(r3);
} else {
- alert('Record successfully overlayed.');
+ alert('Record successfully overlaid.');
obj.replace_tab_with_opac(r3.id());
}
break;
@@ -647,7 +647,7 @@
if (typeof r2.ilsevent != 'undefined') {
throw(r2);
} else {
- alert('Record successfully overlayed with alternate TCN.');
+ alert('Record successfully overlaid with alternate TCN.');
obj.replace_tab_with_opac(r2.id());
}
break;
@@ -662,11 +662,11 @@
break;
}
} else {
- alert('Record successfully overlayed.');
+ alert('Record successfully overlaid.');
obj.replace_tab_with_opac(r.id());
}
} catch(E) {
- obj.error.standard_unexpected_error_alert('Record not likely overlayed.',E);
+ obj.error.standard_unexpected_error_alert('Record not likely overlaid.',E);
}
}
}
More information about the open-ils-commits
mailing list