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:
author10se1ucgo <10se1ucgo@users.noreply.github.com>2016-07-22 01:57:38 +0300
committerGitHub <noreply@github.com>2016-07-22 01:57:38 +0300
commit0fc05ae755e7c12ba0f2a2d263ad937ef4a7bb86 (patch)
treeda4af6e9ee9ec5f9378626b84cdb53df2d08918e /dwt.py
parent23d05906508a19619ec24b9ac32a2109434e04d3 (diff)
fix typo
Diffstat (limited to 'dwt.py')
-rw-r--r--dwt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwt.py b/dwt.py
index a02b0b2..cc23f07 100644
--- a/dwt.py
+++ b/dwt.py
@@ -251,7 +251,7 @@ class MainPanel(wx.Panel):
if event.IsChecked():
warn = wx.MessageDialog(parent=self,
message="This option could potentially disable one or more of the following "
- "services:\n\nSkype, Hotmain, Dr. Watson and/or Error Reporting. Continue?",
+ "services:\n\nSkype, Hotmail, Dr. Watson and/or Error Reporting. Continue?",
caption="Attention!", style=wx.YES_NO | wx.ICON_EXCLAMATION)
if warn.ShowModal() == wx.ID_NO: