about summary refs log tree commit diff
path: root/src/Locales.hs
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2015-11-19T17·16+0100
committerVincent Ambo <tazjin@gmail.com>2015-11-19T17·16+0100
commit71b2ccd9275bacc789bce7f94d5792a24598460b (patch)
tree118a915094d1b755964ba0cf049d939c64d78f86 /src/Locales.hs
parentf703c0391640c22e419094b6b27fbab993ef86a3 (diff)
Begin cleaning up old things
Diffstat (limited to 'src/Locales.hs')
-rw-r--r--src/Locales.hs7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/Locales.hs b/src/Locales.hs
index 576ef11ce799..b387171abe63 100644
--- a/src/Locales.hs
+++ b/src/Locales.hs
@@ -118,12 +118,7 @@ notFoundTitle EN = "Not found"
 
 notFoundText :: BlogLang -> Text
 notFoundText DE = "Das gewünschte Objekt wurde leider nicht gefunden."
-notFoundText EN = "The requested object could unfortunately not be found."
-
--- right side text (this is inserted AS IS. Escape HTML!)
-rightText :: BlogLang -> Text
-rightText DE = "English version <a href=\"/en\" class=\"link\">available here</a>."
-rightText EN = "Deutsche Version <a href=\"/de\" class=\"link\">hier verf&uuml;gbar</a>."
+notFoundText EN = "The requested object could not be found."
 
 -- static information
 repoURL   :: Text = "http://hg.tazj.in/tazblog-haskell"