Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
10se1ucgo authored Jul 21, 2016
1 parent 23d0590 commit 0fc05ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dwt.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def hosts_warn(self, event):
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:
Expand Down

0 comments on commit 0fc05ae

Please sign in to comment.