diff --git a/make-it-perfect.js b/make-it-perfect.js index 61da67c..69c10f2 100644 --- a/make-it-perfect.js +++ b/make-it-perfect.js @@ -15,7 +15,7 @@ var makePerfect = function(){ $('#progress').css({ width: "0%" }); persentage = 0; progress(); - $('#action p').html('Подождите. Делаеться пиздато.'); + $('#action p').html('Подождите. Делается пиздато.'); $('#progress').animate({ width: fink+"%" }, 10000 ); $('#progress').fadeTo(100, 0.35, function(){ persentage = fink; @@ -32,4 +32,4 @@ var makePerfect = function(){ $(document).ready(function(){ $('#do-it').click(makePerfect); -}); \ No newline at end of file +});