From 020d81390a6110f91d7f50fa5c753dc3f4f5d952 Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Sun, 20 Oct 2013 15:48:57 +0200 Subject: [PATCH] Consistent use of English Changed Dutch result strings to English. --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index d312c99..26677bb 100644 --- a/index.html +++ b/index.html @@ -25,9 +25,9 @@

Welcome to Untangle!

$('#button').click(function() { var userAnswer = $('#answer').val(); var correct = checkAnswer(userAnswer); - $('#outcome').text(correct ? 'hoera' : 'jammer'); + $('#outcome').text(correct ? 'hurray' : 'too bad'); }); }); - \ No newline at end of file +