Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/10se1ucgo/DisableWinTracking.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/dwt.py
diff options
context:
space:
mode:
authorHeroCC <HeroCC@users.noreply.github.com>2016-11-07 21:03:43 +0300
committerGitHub <noreply@github.com>2016-11-07 21:03:43 +0300
commitd945de0620c4ba55db54812ccd9bfd3ff0fa6aef (patch)
tree297f2e2549a5891c935f881ddffab426dd1c9838 /dwt.py
parent5a2db6f5f11fdc356e4c579319fc3a866dde39db (diff)
Fix some typos in the issue reporting warning
Diffstat (limited to 'dwt.py')
-rw-r--r--dwt.py4
1 files changed, 2 insertions, 2 deletions
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()