mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-20 12:19:31 +02:00
IDE: Revert 2 single-word resources that were switched to reused resources earlier.
git-svn-id: trunk@49619 -
This commit is contained in:
parent
917903ada1
commit
95646ee93f
@ -70,12 +70,12 @@ end;
|
||||
procedure TCodetoolsIndentifierCompletionOptionsFrame.Setup(
|
||||
ADialog: TAbstractOptionsEditorDialog);
|
||||
begin
|
||||
ICOpenDividerBevel.Caption:=lisOpen;
|
||||
ICOpenDividerBevel.Caption:=lisIdCOpen;
|
||||
ICAutoStartAfterPointCheckBox.Caption:=lisAutomaticallyInvokeAfterPoint;
|
||||
ICShowHelpCheckBox.Caption:=lisShowHelp;
|
||||
ICShowHelpCheckBox.Hint:=lisBestViewedByInstallingAHTMLControlLikeTurbopowerip;
|
||||
|
||||
ICAddDividerBevel.Caption:=lisAdd;
|
||||
ICAddDividerBevel.Caption:=lisIdCAdd;
|
||||
ICAddSemicolonCheckBox.Caption:=dlgAddSemicolon;
|
||||
ICAddAssignOperatorCheckBox.Caption:=dlgAddAssignmentOperator;
|
||||
ICAddDoCheckBox.Caption:=lisAddKeywordDo;
|
||||
|
@ -2095,6 +2095,7 @@ resourcestring
|
||||
dlgInsSpaceFront = 'Insert space in front of';
|
||||
dlgInsSpaceAfter = 'Insert space after';
|
||||
dlgWRDPreview = 'Preview';
|
||||
lisIdCAdd = 'Add';
|
||||
dlgAddSemicolon = 'Add semicolon';
|
||||
dlgAddAssignmentOperator = 'Add assignment operator :=';
|
||||
lisAddKeywordDo = 'Add keyword "do"';
|
||||
@ -5443,6 +5444,7 @@ resourcestring
|
||||
lisClassesAndPropertiesExistValuesWereNotChecked = 'Classes and properties '
|
||||
+'exist. Values were not checked.';
|
||||
lisInsertPrintShortTag = 'Insert PrintShort tag';
|
||||
lisIdCOpen = 'Open';
|
||||
lisAutomaticallyInvokeAfterPoint = 'Automatically invoke after point';
|
||||
lisAddParameterBrackets = 'Add parameter brackets';
|
||||
lisReplaceWholeIdentifier = 'Replace whole identifier';
|
||||
|
Loading…
Reference in New Issue
Block a user