diff --git a/themes/bootstrap/js/cart.js b/themes/bootstrap/js/cart.js index 2daf0e4605fde48770cef55795ff55f7d24c1c30..5c180249515637d8421db57b056fa37ecc0fc473 100644 --- a/themes/bootstrap/js/cart.js +++ b/themes/bootstrap/js/cart.js @@ -174,7 +174,7 @@ $(document).ready(function() { }); addLightboxFormHandler('bulkSave', function(){ ajaxSubmit($(this), function(x) { - changeModalContent('<div class="alert alert-info">'+vufindString['bulk_save_success']+'</div><button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>'); + changeModalContent('<div class="alert alert-info">'+vufindString['bulk_save_success']+'</div><button class="btn" data-dismiss="modal" aria-hidden="true">'+vufindString['close']+'</button>'); }); // After we close the lightbox, redirect to list view addLightboxOnClose(function() { diff --git a/themes/bootstrap/templates/layout/layout.phtml b/themes/bootstrap/templates/layout/layout.phtml index d9feae0674d943a1f93d0c7d8be0df563ad3801d..c0fdeb7a1a9d1be3d3754339ff4b7217ae592ce6 100644 --- a/themes/bootstrap/templates/layout/layout.phtml +++ b/themes/bootstrap/templates/layout/layout.phtml @@ -34,6 +34,7 @@ 'bulk_noitems_advice' => 'bulk_noitems_advice', 'bulk_save_success' => 'bulk_save_success', 'confirmEmpty' => 'bookbag_confirm_empty', + 'close' => 'close', 'viewBookBag' => 'View Book Bag', 'addBookBag' => 'Add to Book Bag', 'removeBookBag' => 'Remove from Book Bag',