Skip to content

Commit

Permalink
Release 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmaehl committed Oct 10, 2020
1 parent bab2d3a commit 9510ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FTS.au3
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Func Main()
GUICtrlSetTip(-1, "This Pauses known unneeded System Services")
GUICtrlCreateLabel(Chrw(9625), 12, 100, 15, 15, $SS_CENTER)
GUICtrlSetState(-1, $GUI_DISABLE)
Local $hAggressive = GUICtrlCreateCheckbox("Stop Services instead of Pausing", 27, 100, 286, 15)
Local $hAggressive = GUICtrlCreateCheckbox("Stop Services instead of just Pausing", 27, 100, 286, 15)
GUICtrlSetState(-1, $GUI_DISABLE)
GUICtrlSetTip(-1, _
"This will give stronger results for lower powered devices," & _
Expand Down

0 comments on commit 9510ed7

Please sign in to comment.