mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-05 16:58:54 +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;
|
||||
|
||||
IndentationGroupBox.Caption:=lisIndentationForPascalSources;
|
||||
GeneralAutoIndent.Caption:=lisSetupDefaultIdentation;
|
||||
GeneralAutoIndent.Caption:=lisSetupDefaultIndentation;
|
||||
IndentOnLineBreakCheckBox.Caption:=lisOnBreakLineIEReturnOrEnterKey;
|
||||
IndentOnPasteCheckBox.Caption:=lisOnPasteFromClipboard;
|
||||
IndentFileLabel.Caption:=lisExampleFile;
|
||||
|
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user