[open-ils-commits] r18499 - in trunk/Open-ILS/xul/staff_client/server: admin locale/en-US (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Oct 27 14:18:53 EDT 2010
Author: phasefx
Date: 2010-10-27 14:18:49 -0400 (Wed, 27 Oct 2010)
New Revision: 18499
Modified:
trunk/Open-ILS/xul/staff_client/server/admin/circ_age_to_lost.js
trunk/Open-ILS/xul/staff_client/server/locale/en-US/admin.properties
Log:
truth in advertising. label change
Modified: trunk/Open-ILS/xul/staff_client/server/admin/circ_age_to_lost.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/admin/circ_age_to_lost.js 2010-10-27 18:10:45 UTC (rev 18498)
+++ trunk/Open-ILS/xul/staff_client/server/admin/circ_age_to_lost.js 2010-10-27 18:18:49 UTC (rev 18499)
@@ -44,11 +44,11 @@
dump(e + ' result = ' + js2JSON(result) + '\n');
if (typeof result.progress != 'undefined') {
- $('results_label').setAttribute('value', $('adminStrings').getFormattedString('staff.admin.age_overdue_circulations_to_lost.completed_so_far',[result.progress]) );
+ $('results_label').setAttribute('value', $('adminStrings').getFormattedString('staff.admin.age_overdue_circulations_to_lost.chunks_processed',[result.progress]) );
} else if (typeof result.created != 'undefined') {
- $('results_label').setAttribute('value', $('adminStrings').getFormattedString('staff.admin.age_overdue_circulations_to_lost.completed_total',[result.created]) );
+ $('results_label').setAttribute('value', $('adminStrings').getFormattedString('staff.admin.age_overdue_circulations_to_lost.events_created',[result.created]) );
$('deck').selectedIndex = 0;
} else if (typeof result.error != 'undefined') {
Modified: trunk/Open-ILS/xul/staff_client/server/locale/en-US/admin.properties
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/locale/en-US/admin.properties 2010-10-27 18:10:45 UTC (rev 18498)
+++ trunk/Open-ILS/xul/staff_client/server/locale/en-US/admin.properties 2010-10-27 18:18:49 UTC (rev 18499)
@@ -1,5 +1,5 @@
-staff.admin.age_overdue_circulations_to_lost.completed_so_far=Completed: %1$s
-staff.admin.age_overdue_circulations_to_lost.completed_total=Total Completed: %1$s
+staff.admin.age_overdue_circulations_to_lost.chunks_processed=Chunks Processed: %1$s
+staff.admin.age_overdue_circulations_to_lost.events_created=Events Created: %1$s
staff.admin.font_settings.sound=Sound preference saved to file system.
staff.admin.font_settings.save=Global Font saved to file system.
staff.admin.font_settings.sound.disabled=Sound is now disabled.
More information about the open-ils-commits
mailing list