IDE: fixed typo in string constants

git-svn-id: trunk@25708 -
This commit is contained in:
maxim 2010-05-27 20:23:30 +00:00
parent 5d28e4d998
commit d542184275
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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';