Bug 8351: Update wording on staged marc
authorNicole C. Engard <nengard@bywatersolutions.com>
Tue, 3 Jul 2012 04:53:37 +0000 (00:53 -0400)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 13 Jul 2012 15:38:28 +0000 (17:38 +0200)
When undoing an import the 'success' message was
poorly worded. This patch fixes that.

Signed-off-by: Mirko Tietgen <5p4m@gmx.de>
works as expected

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt

index 4ff9900..2a9deda 100644 (file)
@@ -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>