$("#pb-tlc").hover(function()
{
    original = $("#pb-tlc > div").text();
    $("#pb-tlc > div").text("Translation Checking");
}, function()