about summary refs log tree commit diff
path: root/src/Locales.hs
diff options
context:
space:
mode:
authorVincent Ambo <v.ambo@me.com>2012-03-15T19·16+0100
committerVincent Ambo <v.ambo@me.com>2012-03-15T19·16+0100
commit579c11cd2a62ea81047b0649dc7aa473a39456b7 (patch)
treebd7d5b9c8e03d32a9cc37e3da0a40f25032345b2 /src/Locales.hs
parentdf9a17b695c82d46eeaddb1cb1feb9fed4c81d3a (diff)
* version 3.0
* fixed read-more links
Diffstat (limited to 'src/Locales.hs')
-rw-r--r--src/Locales.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Locales.hs b/src/Locales.hs
index 393a69f8fc18..9330fd81fb9b 100644
--- a/src/Locales.hs
+++ b/src/Locales.hs
@@ -13,7 +13,7 @@ import    BlogDB (BlogLang (..))
 
 data BlogError = NotFound | DBError
 
-version = "2.2b"
+version = "3.0"
 
 allLang = [EN, DE]
 
@@ -73,8 +73,8 @@ nextText DE = "Später"
 nextText EN = "Later"
 
 readMore :: BlogLang -> Text
-readMore DE = "[Weiterlesen]"
-readMore EN = "[Read more]"
+readMore DE = "Weiterlesen"
+readMore EN = "Read more"
 
 -- contact information
 contactText :: BlogLang -> Text