IDE: change "Open ..." to "Open" in button caption.

git-svn-id: trunk@35322 -
This commit is contained in:
juha 2012-02-12 14:03:57 +00:00
parent 4ef51619f5
commit 1cb6ac7a5e
3 changed files with 6 additions and 6 deletions

View File

@ -239,7 +239,7 @@ begin
TestButton.Caption:=dlgCCOTest; TestButton.Caption:=dlgCCOTest;
CreateHelpNodeForControlButton.Caption:=lisCreateHelpNode; CreateHelpNodeForControlButton.Caption:=lisCreateHelpNode;
OpenDeclarationBitBtn.Caption:=lisOpen; OpenDeclarationBitBtn.Caption:=lisDlgOpen;
OpenDeclarationBitBtn.OnShowHint:=@OpenDeclarationBitBtnShowHint; OpenDeclarationBitBtn.OnShowHint:=@OpenDeclarationBitBtnShowHint;
NodeHasHelpCheckBox.Caption:=lisHasHelp; NodeHasHelpCheckBox.Caption:=lisHasHelp;
NodeIsRootCheckBox.Caption:=lisCEIsARootControl; NodeIsRootCheckBox.Caption:=lisCEIsARootControl;

View File

@ -47,6 +47,8 @@ resourcestring
lisOk = '&OK'; lisOk = '&OK';
rsOk = 'OK'; rsOk = 'OK';
lisCancel = 'Cancel'; lisCancel = 'Cancel';
// lisYes = 'Yes';
lisNo = 'No';
lisContinue = 'Continue'; lisContinue = 'Continue';
lisBreak = 'Break'; lisBreak = 'Break';
lisDown = 'Down'; lisDown = 'Down';
@ -4144,8 +4146,7 @@ resourcestring
lisPckOptsDesigntime = 'Designtime'; lisPckOptsDesigntime = 'Designtime';
lisPckOptsRuntime = 'Runtime'; lisPckOptsRuntime = 'Runtime';
lisPckOptsDesigntimeAndRuntime = 'Designtime and runtime'; lisPckOptsDesigntimeAndRuntime = 'Designtime and runtime';
lisRuntimeOnlyCanNotBeInstalledInIDE = 'Runtime only, can not be installed ' lisRuntimeOnlyCanNotBeInstalledInIDE = 'Runtime only, can not be installed in IDE';
+'in IDE';
lisPckOptsUpdateRebuild = 'Update / Rebuild'; lisPckOptsUpdateRebuild = 'Update / Rebuild';
lisPckOptsAutomaticallyRebuildAsNeeded = 'Automatically rebuild as needed'; lisPckOptsAutomaticallyRebuildAsNeeded = 'Automatically rebuild as needed';
lisPckOptsAutoRebuildWhenRebuildingAll = 'Auto rebuild when rebuilding all'; lisPckOptsAutoRebuildWhenRebuildingAll = 'Auto rebuild when rebuilding all';
@ -4893,7 +4894,6 @@ resourcestring
+'default compiler. e.g. ppc386 ppcx64 ppcppc etc. default is stored in ' +'default compiler. e.g. ppc386 ppcx64 ppcppc etc. default is stored in '
+'environmentoptions.xml'; +'environmentoptions.xml';
lisOverrideTheProjectBuildMode = '%soverride the project build mode.'; lisOverrideTheProjectBuildMode = '%soverride the project build mode.';
lisNo = 'No';
lisProjectChangedOnDisk = 'Project changed on disk'; lisProjectChangedOnDisk = 'Project changed on disk';
lisTheProjectInformationFileHasChangedOnDisk = 'The project information ' lisTheProjectInformationFileHasChangedOnDisk = 'The project information '
+'file %s%s%s%shas changed on disk.'; +'file %s%s%s%shas changed on disk.';
@ -4918,7 +4918,7 @@ resourcestring
lisCEIsARootControl = 'Is a root control'; lisCEIsARootControl = 'Is a root control';
lisHasHelp = 'Has Help'; lisHasHelp = 'Has Help';
lisCreateHelpNode = 'Create Help node'; lisCreateHelpNode = 'Create Help node';
lisOpen = 'Open ...'; lisDlgOpen = 'Open ...';
lisEditContextHelp = 'Edit context help'; lisEditContextHelp = 'Edit context help';
lisNoNodeSelected = 'no node selected'; lisNoNodeSelected = 'no node selected';
lisNoIDEWindowSelected = 'No IDE window selected'; lisNoIDEWindowSelected = 'No IDE window selected';

View File

@ -156,7 +156,7 @@ begin
NewColumn.Width:=300; NewColumn.Width:=300;
end; end;
OpenButton.Caption:=lisMenuOpen; OpenButton.Caption:=lisMenuTemplateOpen;
CancelButton.Caption:=lisCancel; CancelButton.Caption:=lisCancel;
HelpButton.Caption:=dlgGroupHelp; HelpButton.Caption:=dlgGroupHelp;
end; end;