[open-ils-commits] r12595 - trunk/Open-ILS/xul/staff_client/server/cat (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Mar 18 23:48:03 EDT 2009


Author: dbs
Date: 2009-03-18 23:48:01 -0400 (Wed, 18 Mar 2009)
New Revision: 12595

Modified:
   trunk/Open-ILS/xul/staff_client/server/cat/spine_labels.js
Log:
Fix this missing getString() call, too.
dbs--


Modified: trunk/Open-ILS/xul/staff_client/server/cat/spine_labels.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/spine_labels.js	2009-03-19 03:38:20 UTC (rev 12594)
+++ trunk/Open-ILS/xul/staff_client/server/cat/spine_labels.js	2009-03-19 03:48:01 UTC (rev 12595)
@@ -285,7 +285,7 @@
 						}
 					};
 			} catch(E) {
-				g.error.standard_unexpected_error_alert($("catStrings").('staff.cat.spine_labels.preview.std_unexpected_err'),E);
+				g.error.standard_unexpected_error_alert($("catStrings").getString('staff.cat.spine_labels.preview.std_unexpected_err'),E);
 			}
 		}
 



More information about the open-ils-commits mailing list