Skip to content

Commit

Permalink
change a hint
Browse files Browse the repository at this point in the history
  • Loading branch information
cheat-engine committed May 19, 2016
1 parent d374e13 commit 0a72d7e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
17 changes: 10 additions & 7 deletions Cheat Engine/HotKeys.lfm
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,15 @@ object HotKeyForm: THotKeyForm
TabOrder = 0
end
object Button2: TButton
AnchorSideLeft.Control = edtHotkey
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = edtHotkey
AnchorSideTop.Side = asrCenter
Left = 248
Left = 244
Height = 19
Top = 18
Width = 34
BorderSpacing.Left = 5
Caption = 'Clear'
OnClick = Button2Click
TabOrder = 1
Expand Down Expand Up @@ -230,7 +233,7 @@ object HotKeyForm: THotKeyForm
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = cbFreezedirection
AnchorSideBottom.Side = asrBottom
Left = 287
Left = 283
Height = 13
Top = 48
Width = 71
Expand All @@ -244,7 +247,7 @@ object HotKeyForm: THotKeyForm
AnchorSideLeft.Control = lblActivateSound
AnchorSideTop.Control = cbActivateSound
AnchorSideTop.Side = asrBottom
Left = 287
Left = 283
Height = 13
Top = 86
Width = 84
Expand All @@ -257,7 +260,7 @@ object HotKeyForm: THotKeyForm
AnchorSideLeft.Control = lblDeactivateSound
AnchorSideTop.Control = lblDeactivateSound
AnchorSideTop.Side = asrBottom
Left = 287
Left = 283
Height = 21
Top = 101
Width = 119
Expand All @@ -275,7 +278,7 @@ object HotKeyForm: THotKeyForm
AnchorSideLeft.Control = lblActivateSound
AnchorSideTop.Control = lblActivateSound
AnchorSideTop.Side = asrBottom
Left = 287
Left = 283
Height = 21
Top = 63
Width = 119
Expand All @@ -294,7 +297,7 @@ object HotKeyForm: THotKeyForm
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = cbActivateSound
AnchorSideTop.Side = asrCenter
Left = 408
Left = 404
Height = 22
Top = 62
Width = 23
Expand Down Expand Up @@ -343,7 +346,7 @@ object HotKeyForm: THotKeyForm
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = cbDeactivateSound
AnchorSideTop.Side = asrCenter
Left = 408
Left = 404
Height = 22
Top = 100
Width = 23
Expand Down
8 changes: 4 additions & 4 deletions Cheat Engine/formsettingsunit.lfm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ object formSettings: TformSettings
OnDestroy = FormDestroy
OnShow = FormShow
Position = poMainFormCenter
LCLVersion = '1.3'
LCLVersion = '1.6.0.4'
object pnlConfig: TPanel
Left = 0
Height = 493
Expand Down Expand Up @@ -60,9 +60,9 @@ object formSettings: TformSettings
Height = 491
Top = 1
Width = 622
ActivePage = tsTools
ActivePage = GeneralSettings
Align = alClient
TabIndex = 7
TabIndex = 0
TabOrder = 1
OnChange = pcSettingChange
object GeneralSettings: TTabSheet
Expand Down Expand Up @@ -220,7 +220,7 @@ object formSettings: TformSettings
object editUpdatefoundInterval: TEdit
Left = 165
Height = 21
Hint = 'The number of milliseconds that Cheat Engine will wait before refreshing the list of addresses'
Hint = 'The number of milliseconds that Cheat Engine will wait before refreshing the list of found addresses'
Top = 439
Width = 51
ParentShowHint = False
Expand Down
2 changes: 1 addition & 1 deletion Cheat Engine/formsettingsunit.lrt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ TFORMSETTINGS.GROUPBOX1.CAPTION=Address list specific
TFORMSETTINGS.CBSHOWASSIGNED.CAPTION=Show values as if they are signed
TFORMSETTINGS.CBSIMPLECOPYPASTE.CAPTION=Simple paste
TFORMSETTINGS.CBUPDATEFOUNDLIST.CAPTION=Update the list of found addresses even after scanning
TFORMSETTINGS.EDITUPDATEFOUNDINTERVAL.HINT=The number of milliseconds that Cheat Engine will wait before refreshing the list of addresses
TFORMSETTINGS.EDITUPDATEFOUNDINTERVAL.HINT=The number of milliseconds that Cheat Engine will wait before refreshing the list of found addresses
TFORMSETTINGS.EDITUPDATEFOUNDINTERVAL.TEXT=1000
TFORMSETTINGS.CBHIDEALLWINDOWS.CAPTION=Hide some/all windows instead of trying to bring cheat engine to front
TFORMSETTINGS.BTNEXCLUDEPROCESSES.CAPTION=More...
Expand Down

0 comments on commit 0a72d7e

Please sign in to comment.