This post shows you How to Rename “show XX entries” dropdown in jQuery datatables.net

You can use

$('#table').dataTable( {
    "oLanguage": {
      "sLengthMenu": "Display _MENU_ records",
    }
});

You only need you change "Show" to "Display" or anything else.

Similarly for "entries" to "records"