mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 02:10:08 +02:00
IDE: change "Open ..." to "Open" in button caption.
git-svn-id: trunk@35322 -
This commit is contained in:
parent
4ef51619f5
commit
1cb6ac7a5e
@ -239,7 +239,7 @@ begin
|
||||
|
||||
TestButton.Caption:=dlgCCOTest;
|
||||
CreateHelpNodeForControlButton.Caption:=lisCreateHelpNode;
|
||||
OpenDeclarationBitBtn.Caption:=lisOpen;
|
||||
OpenDeclarationBitBtn.Caption:=lisDlgOpen;
|
||||
OpenDeclarationBitBtn.OnShowHint:=@OpenDeclarationBitBtnShowHint;
|
||||
NodeHasHelpCheckBox.Caption:=lisHasHelp;
|
||||
NodeIsRootCheckBox.Caption:=lisCEIsARootControl;
|
||||
|
@ -47,6 +47,8 @@ resourcestring
|
||||
lisOk = '&OK';
|
||||
rsOk = 'OK';
|
||||
lisCancel = 'Cancel';
|
||||
// lisYes = 'Yes';
|
||||
lisNo = 'No';
|
||||
lisContinue = 'Continue';
|
||||
lisBreak = 'Break';
|
||||
lisDown = 'Down';
|
||||
@ -4144,8 +4146,7 @@ resourcestring
|
||||
lisPckOptsDesigntime = 'Designtime';
|
||||
lisPckOptsRuntime = 'Runtime';
|
||||
lisPckOptsDesigntimeAndRuntime = 'Designtime and runtime';
|
||||
lisRuntimeOnlyCanNotBeInstalledInIDE = 'Runtime only, can not be installed '
|
||||
+'in IDE';
|
||||
lisRuntimeOnlyCanNotBeInstalledInIDE = 'Runtime only, can not be installed in IDE';
|
||||
lisPckOptsUpdateRebuild = 'Update / Rebuild';
|
||||
lisPckOptsAutomaticallyRebuildAsNeeded = 'Automatically rebuild as needed';
|
||||
lisPckOptsAutoRebuildWhenRebuildingAll = 'Auto rebuild when rebuilding all';
|
||||
@ -4893,7 +4894,6 @@ resourcestring
|
||||
+'default compiler. e.g. ppc386 ppcx64 ppcppc etc. default is stored in '
|
||||
+'environmentoptions.xml';
|
||||
lisOverrideTheProjectBuildMode = '%soverride the project build mode.';
|
||||
lisNo = 'No';
|
||||
lisProjectChangedOnDisk = 'Project changed on disk';
|
||||
lisTheProjectInformationFileHasChangedOnDisk = 'The project information '
|
||||
+'file %s%s%s%shas changed on disk.';
|
||||
@ -4918,7 +4918,7 @@ resourcestring
|
||||
lisCEIsARootControl = 'Is a root control';
|
||||
lisHasHelp = 'Has Help';
|
||||
lisCreateHelpNode = 'Create Help node';
|
||||
lisOpen = 'Open ...';
|
||||
lisDlgOpen = 'Open ...';
|
||||
lisEditContextHelp = 'Edit context help';
|
||||
lisNoNodeSelected = 'no node selected';
|
||||
lisNoIDEWindowSelected = 'No IDE window selected';
|
||||
|
@ -156,7 +156,7 @@ begin
|
||||
NewColumn.Width:=300;
|
||||
end;
|
||||
|
||||
OpenButton.Caption:=lisMenuOpen;
|
||||
OpenButton.Caption:=lisMenuTemplateOpen;
|
||||
CancelButton.Caption:=lisCancel;
|
||||
HelpButton.Caption:=dlgGroupHelp;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user