mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 04:39:22 +02:00
IDE: fixed typo in string constants
git-svn-id: trunk@25708 -
This commit is contained in:
parent
5d28e4d998
commit
d542184275
@ -165,7 +165,7 @@ begin
|
|||||||
SkipForwardDeclarationsCheckBox.Caption:=dlgSkipForwardDeclarations;
|
SkipForwardDeclarationsCheckBox.Caption:=dlgSkipForwardDeclarations;
|
||||||
|
|
||||||
IndentationGroupBox.Caption:=lisIndentationForPascalSources;
|
IndentationGroupBox.Caption:=lisIndentationForPascalSources;
|
||||||
GeneralAutoIndent.Caption:=lisSetupDefaultIdentation;
|
GeneralAutoIndent.Caption:=lisSetupDefaultIndentation;
|
||||||
IndentOnLineBreakCheckBox.Caption:=lisOnBreakLineIEReturnOrEnterKey;
|
IndentOnLineBreakCheckBox.Caption:=lisOnBreakLineIEReturnOrEnterKey;
|
||||||
IndentOnPasteCheckBox.Caption:=lisOnPasteFromClipboard;
|
IndentOnPasteCheckBox.Caption:=lisOnPasteFromClipboard;
|
||||||
IndentFileLabel.Caption:=lisExampleFile;
|
IndentFileLabel.Caption:=lisExampleFile;
|
||||||
|
@ -4742,7 +4742,7 @@ resourcestring
|
|||||||
lisAddUnitNotRecommended = 'Add unit (not recommended)';
|
lisAddUnitNotRecommended = 'Add unit (not recommended)';
|
||||||
lisAddPackageToProject = 'Add package %s to project?';
|
lisAddPackageToProject = 'Add package %s to project?';
|
||||||
lisOnBreakLineIEReturnOrEnterKey = 'On break line (i.e. return or enter key)';
|
lisOnBreakLineIEReturnOrEnterKey = 'On break line (i.e. return or enter key)';
|
||||||
lisSetupDefaultIdentation = '(Setup default identation)';
|
lisSetupDefaultIndentation = '(Setup default indentation)';
|
||||||
lisIndentationForPascalSources = 'Indentation for pascal sources';
|
lisIndentationForPascalSources = 'Indentation for pascal sources';
|
||||||
lisOnPasteFromClipboard = 'On paste from clipboard';
|
lisOnPasteFromClipboard = 'On paste from clipboard';
|
||||||
lisImpossible = 'Impossible';
|
lisImpossible = 'Impossible';
|
||||||
|
Loading…
Reference in New Issue
Block a user