$("button.pushme").text(function(i, text) {
return text.replace("PUSH ME", "Yeni Metin");
});