diff --git a/modules/suboptions/automode.py b/modules/suboptions/automode.py index d867e58f..3775f1f0 100644 --- a/modules/suboptions/automode.py +++ b/modules/suboptions/automode.py @@ -47,7 +47,7 @@ def make_widgets(self): ) self.advanced_pause_on_esc_menu = self.add_flag( flag_name='Pause on ESC menu', - comment='When activated, the counter will be paused when ESC menu\nis open inside d2 (not working for 1.14b and 1.14c)', + comment='When activated, the counter will be paused when ESC menu is open inside d2 (not working for 1.14b and 1.14c)', pack=False, config_section='AUTOMODE' )