diff --git a/hfiar.cabal b/hfiar.cabal
--- a/hfiar.cabal
+++ b/hfiar.cabal
@@ -1,5 +1,5 @@
 name: hfiar
-version: 2.0.0
+version: 2.0.1
 cabal-version: >=1.6
 build-type: Custom
 license: BSD3
diff --git a/src/HFiaR.hs b/src/HFiaR.hs
--- a/src/HFiaR.hs
+++ b/src/HFiaR.hs
@@ -18,7 +18,7 @@
     
 instance Show HFiaRError where
     show GameEnded      = "Game ended"
-    show GameNotEnded   = "Game is on course yet"
+    show GameNotEnded   = "Game is still on course"
     show InvalidColumn  = "That column doesn't exist"
     show FullColumn     = "That column is full"
 
