truth in advertising. label change
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 27 Oct 2010 18:18:49 +0000 (18:18 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 27 Oct 2010 18:18:49 +0000 (18:18 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@18499 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/admin/circ_age_to_lost.js
Open-ILS/xul/staff_client/server/locale/en-US/admin.properties

index b875cc3..4955ef0 100644 (file)
@@ -44,11 +44,11 @@ function doit(ev) {
                 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') {
index a1ae73a..3f0428a 100644 (file)
@@ -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.