From: Christian Heller 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/?p=plomrogue;a=commitdiff_plain;h=41b1c35bca0821df064a1a628eb7d25615bae95a 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,