From 4d0dd9a4d339e51ad93770a66ab59d397d67c9da Mon Sep 17 00:00:00 2001 From: John Martin Date: Thu, 21 Mar 2013 12:14:33 +0000 Subject: [PATCH] [#25] Small copy tweak to confirmation dialog --- ckanext/harvest/templates_new/source/admin_base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckanext/harvest/templates_new/source/admin_base.html b/ckanext/harvest/templates_new/source/admin_base.html index 8705520..0615a3d 100644 --- a/ckanext/harvest/templates_new/source/admin_base.html +++ b/ckanext/harvest/templates_new/source/admin_base.html @@ -11,7 +11,7 @@ {% if source.status.last_job and (source.status.last_job.status == 'New' or source.status.last_job.status == 'Running') %}
  • Reharvest
  • {% else %} - {% set locale = h.dump_json({'content': _('This will re-run the harvesting for this source. Any updates at the source will overwrite the local datasets. Large collections may take a couple of days to finish harvesting. Please confirm you would like us to start reharvesting.')}) %} + {% set locale = h.dump_json({'content': _('This will re-run the harvesting for this source. Any updates at the source will overwrite the local datasets. Please confirm you would like to start reharvesting.')}) %}