diff options
author | "Vincent Ambo ext:(%22) <tazjin@gmail.com> | 2013-04-28T21·07+0200 |
---|---|---|
committer | "Vincent Ambo ext:(%22) <tazjin@gmail.com> | 2013-04-28T21·07+0200 |
commit | 9af249c0b25a12c00d04bf9601fbd48c30cddba4 (patch) | |
tree | 518e661e9e30ccc3702552e4293a81bf3ec7dedd /src/Locales.hs | |
parent | 92f4aecbeee38f44b8f842df936d5633613f35a9 (diff) |
* started moving blog to bootstrap, but keeping the design. Currently far from done
Diffstat (limited to 'src/Locales.hs')
-rw-r--r-- | src/Locales.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Locales.hs b/src/Locales.hs index 035ecd003045..09911c302e81 100644 --- a/src/Locales.hs +++ b/src/Locales.hs @@ -109,8 +109,8 @@ noComments DE = " Keine Kommentare" noComments EN = " No comments yet" cHead :: BlogLang -> Text -cHead DE = "Kommentare:" -cHead EN = "Comments:" +cHead DE = "Kommentare" +cHead EN = "Comments" cwHead :: BlogLang -> Text cwHead DE = "Kommentieren:" |