Bug 8351: Update wording on staged marc

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>
This commit is contained in:
Nicole C. Engard 2012-07-03 00:53:37 -04:00 committed by Paul Poulain
parent 26cc37f76d
commit d4306c508d

View 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>