diff --git a/ide/frames/codetools_general_options.pas b/ide/frames/codetools_general_options.pas index 3eb51a85b5..cb8a710a16 100644 --- a/ide/frames/codetools_general_options.pas +++ b/ide/frames/codetools_general_options.pas @@ -165,7 +165,7 @@ begin SkipForwardDeclarationsCheckBox.Caption:=dlgSkipForwardDeclarations; IndentationGroupBox.Caption:=lisIndentationForPascalSources; - GeneralAutoIndent.Caption:=lisSetupDefaultIdentation; + GeneralAutoIndent.Caption:=lisSetupDefaultIndentation; IndentOnLineBreakCheckBox.Caption:=lisOnBreakLineIEReturnOrEnterKey; IndentOnPasteCheckBox.Caption:=lisOnPasteFromClipboard; IndentFileLabel.Caption:=lisExampleFile; diff --git a/ide/lazarusidestrconsts.pas b/ide/lazarusidestrconsts.pas index 25cd4a84cf..b5b073b1a4 100644 --- a/ide/lazarusidestrconsts.pas +++ b/ide/lazarusidestrconsts.pas @@ -4742,7 +4742,7 @@ resourcestring lisAddUnitNotRecommended = 'Add unit (not recommended)'; lisAddPackageToProject = 'Add package %s to project?'; lisOnBreakLineIEReturnOrEnterKey = 'On break line (i.e. return or enter key)'; - lisSetupDefaultIdentation = '(Setup default identation)'; + lisSetupDefaultIndentation = '(Setup default indentation)'; lisIndentationForPascalSources = 'Indentation for pascal sources'; lisOnPasteFromClipboard = 'On paste from clipboard'; lisImpossible = 'Impossible';