mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-25 01:57:47 +01:00
use lower case text
This commit is contained in:
parent
ada4bc1b85
commit
0712986a85
@ -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…
x
Reference in New Issue
Block a user