use lower case text
This commit is contained in:
parent
ada4bc1b85
commit
0712986a85
2 changed files with 2 additions and 2 deletions
|
@ -542,7 +542,7 @@ void TConfigForm::ApplyTranslation(TIniFile *ini)
|
||||||
AdvancedBtn->Caption = L"Advanced Settings";
|
AdvancedBtn->Caption = L"Advanced Settings";
|
||||||
HotkeyBtn->Caption = L"Hotkey Settings";
|
HotkeyBtn->Caption = L"Hotkey Settings";
|
||||||
CompatibilityBtn->Caption = L"Compatibility Settings";
|
CompatibilityBtn->Caption = L"Compatibility Settings";
|
||||||
RestoreDefaultsBtn->Caption = L"Restore Default Settings";
|
RestoreDefaultsBtn->Caption = L"Restore default settings";
|
||||||
PresentationLbl->Caption = L"Presentation";
|
PresentationLbl->Caption = L"Presentation";
|
||||||
MaintasLbl->Caption = L"Maintain aspect ratio";
|
MaintasLbl->Caption = L"Maintain aspect ratio";
|
||||||
VsyncLbl->Caption = L"Enable VSync";
|
VsyncLbl->Caption = L"Enable VSync";
|
||||||
|
|
|
@ -3606,7 +3606,7 @@ object ConfigForm: TConfigForm
|
||||||
Width = 227
|
Width = 227
|
||||||
Height = 22
|
Height = 22
|
||||||
Anchors = [akLeft, akTop, akRight]
|
Anchors = [akLeft, akTop, akRight]
|
||||||
Caption = 'Restore Default Settings'
|
Caption = 'Restore default settings'
|
||||||
Flat = True
|
Flat = True
|
||||||
Font.Charset = DEFAULT_CHARSET
|
Font.Charset = DEFAULT_CHARSET
|
||||||
Font.Color = clBlack
|
Font.Color = clBlack
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue