1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-14 22:03:27 +01:00

use lower case text

This commit is contained in:
FunkyFr3sh 2023-08-13 15:03:25 +02:00
parent ada4bc1b85
commit 0712986a85
2 changed files with 2 additions and 2 deletions

View File

@ -542,7 +542,7 @@ void TConfigForm::ApplyTranslation(TIniFile *ini)
AdvancedBtn->Caption = L"Advanced Settings";
HotkeyBtn->Caption = L"Hotkey Settings";
CompatibilityBtn->Caption = L"Compatibility Settings";
RestoreDefaultsBtn->Caption = L"Restore Default Settings";
RestoreDefaultsBtn->Caption = L"Restore default settings";
PresentationLbl->Caption = L"Presentation";
MaintasLbl->Caption = L"Maintain aspect ratio";
VsyncLbl->Caption = L"Enable VSync";

View File

@ -3606,7 +3606,7 @@ object ConfigForm: TConfigForm
Width = 227
Height = 22
Anchors = [akLeft, akTop, akRight]
Caption = 'Restore Default Settings'
Caption = 'Restore default settings'
Flat = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack