From: phasefx Date: Wed, 27 Oct 2010 18:18:49 +0000 (+0000) Subject: truth in advertising. label change X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3d2a06323e1c083c9fa9dfa6293086f3cff8a0cc;p=evergreen%2Fbjwebb.git truth in advertising. label change git-svn-id: svn://svn.open-ils.org/ILS/trunk@18499 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/admin/circ_age_to_lost.js b/Open-ILS/xul/staff_client/server/admin/circ_age_to_lost.js index b875cc32d..4955ef0c3 100644 --- a/Open-ILS/xul/staff_client/server/admin/circ_age_to_lost.js +++ b/Open-ILS/xul/staff_client/server/admin/circ_age_to_lost.js @@ -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') { diff --git a/Open-ILS/xul/staff_client/server/locale/en-US/admin.properties b/Open-ILS/xul/staff_client/server/locale/en-US/admin.properties index a1ae73ab9..3f0428a42 100644 --- a/Open-ILS/xul/staff_client/server/locale/en-US/admin.properties +++ b/Open-ILS/xul/staff_client/server/locale/en-US/admin.properties @@ -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.