From: Christian Heller <c.heller@plomlompom.de>
Date: Sun, 13 Mar 2016 11:18:18 +0000 (+0100)
Subject: TCE: Change title case.
X-Git-Tag: tce~18
X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/%7B%7B%20web_path%20%7D%7D/static/%7Broute%7D?a=commitdiff_plain;h=41b1c35bca0821df064a1a628eb7d25615bae95a;p=plomrogue

TCE: Change title case.
---

diff --git a/plugins/client/TheCrawlingEater.py b/plugins/client/TheCrawlingEater.py
index 7630a6e..91eadd2 100644
--- a/plugins/client/TheCrawlingEater.py
+++ b/plugins/client/TheCrawlingEater.py
@@ -140,7 +140,7 @@ windows_config[:] = [
     {"config": [0, -34],
      "func": win_map,
      "scroll_hints": False,
-      "title": "The Crawling Eater"},
+      "title": "THE CRAWLING EATER"},
     {"config": [1, 33],
      "func": win_bar_maker(77, "%", "stomach"),
      "scroll_hints": False,