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

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to