[Koha-patches] [PATCH] Bug 8351: Update wording on staged marc

Nicole C. Engard nengard at bywatersolutions.com
Tue Jul 3 06:54:51 CEST 2012


When undoing an import the 'success' message was
poorly worded. This patch fixes that.
---
 .../prog/en/modules/tools/manage-marc-import.tt    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt
index 4ff9900..2a9deda 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt
@@ -188,7 +188,7 @@ $(document).ready(function(){
   </table>
   [% END %]
   [% IF ( did_revert ) %]
-  <div class="dialog message">Undid import of records</div>
+  <div class="dialog message">Success: Import reversed</div>
   <table>
   <tr><td>Number of records deleted</td><td>[% num_deleted %]</td></tr>
   <tr><td>Number of items deleted</td><td>[% num_items_deleted %]</td></tr>
-- 
1.7.2.3



More information about the Koha-patches mailing list