X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=rogue_chat_curses.py;h=ff0c46c579559e0faacbb8bee6ff07ac19b01ffc;hb=3b86e8effe9aa77fa87f86a1057d12d4c8019324;hp=a6f152cc9483254e5a5952df9025fcab2017e3ef;hpb=af6c471be94c1a15cdd0df1d4add917b7a686eaa;p=plomrogue2 diff --git a/rogue_chat_curses.py b/rogue_chat_curses.py index a6f152c..ff0c46c 100755 --- a/rogue_chat_curses.py +++ b/rogue_chat_curses.py @@ -1158,7 +1158,7 @@ class TUI: def enter_ascii_art(command, height, width, with_pw=False): if len(self.input_) > width: - self.log_msg('? wrong input length, ' + self.log_msg('? input too long, ' 'must be max %s; try again' % width) return if len(self.input_) < width: