From d945de0620c4ba55db54812ccd9bfd3ff0fa6aef Mon Sep 17 00:00:00 2001 From: HeroCC Date: Mon, 7 Nov 2016 13:03:43 -0500 Subject: Fix some typos in the issue reporting warning --- dwt.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dwt.py') diff --git a/dwt.py b/dwt.py index 94e93de..aa4ee14 100644 --- a/dwt.py +++ b/dwt.py @@ -300,8 +300,8 @@ class MainPanel(wx.Panel): if self.onedrive_check.IsChecked(): dwt_util.onedrive(undo=undo) logger.info("Done. It's recommended that you reboot as soon as possible for the full effect.") - logger.info(("If you feel something didn't work properly, please press the 'Report an issue" - "button and follow the directions")) + logger.info(("If you feel something didn't work properly, please press the 'Report an issue'" + " button and follow the directions")) console.Center() console.Show() -- cgit v1.2.3