mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 10:16:17 +02:00
Codetools: Changed GUI string capitalization
git-svn-id: trunk@33624 -
This commit is contained in:
parent
6e4bc933e5
commit
7561fd2f6f
@ -150,7 +150,7 @@ begin
|
||||
RegisterIDEMenuCommand(itmViewIDEInternalsWindows, 'ShowCodeNodeInfo',
|
||||
crsShowCodeToolsNodeInfo, nil, nil, ShowCodeNodeInfoCommand);
|
||||
|
||||
// Show unit/identifier dictionary
|
||||
// Show unit / identifier dictionary
|
||||
InitUnitDictionary;
|
||||
ShowIdentifierDictionaryCommand:=RegisterIDECommand(CmdCatCodeTools, 'ShowUnitDictionary',
|
||||
crsShowUnitIdentifierDictionary,
|
||||
|
@ -67,20 +67,20 @@ resourcestring
|
||||
crsOtherStaticLibraries = 'Other static libraries';
|
||||
crsOtherSharedLibraries = 'Other shared libraries';
|
||||
crsFrameworks = 'Frameworks';
|
||||
crsShowUsedPpuFiles = 'Show used .ppu files ...';
|
||||
crsInsertFileAtCursor = 'Insert file at cursor ...';
|
||||
crsVirtualUnit = 'Virtual unit';
|
||||
crsProjectOutput = 'Project output';
|
||||
crsShowUsedPpuFiles = 'Show Used .ppu Files ...';
|
||||
crsInsertFileAtCursor = 'Insert File at Cursor ...';
|
||||
crsVirtualUnit = 'Virtual Unit';
|
||||
crsProjectOutput = 'Project Output';
|
||||
crsHelp = '&Help';
|
||||
crsClose = '&Close';
|
||||
crsAddAssignMethod = 'Add Assign method';
|
||||
crsShowCodeToolsNodeInfo = 'Show CodeTools node info ...';
|
||||
crsShowUnitIdentifierDictionary = 'Show unit/identifier dictionary ...';
|
||||
crsAddAssignMethod2 = 'Add Assign method ...';
|
||||
crsCopyDeclarationToClipboard = 'Copy declaration to clipboard';
|
||||
crsCutDeclarationToClipboard = 'Cut declaration to clipboard';
|
||||
crsExplodeAWithBlock = 'Explode a "With" block';
|
||||
crsAddAWithBlock = 'Add a "With" block';
|
||||
crsAddAssignMethod = 'Add Assign Method';
|
||||
crsShowCodeToolsNodeInfo = 'Show CodeTools Node Info ...';
|
||||
crsShowUnitIdentifierDictionary = 'Show Unit / Identifier Dictionary ...';
|
||||
crsAddAssignMethod2 = 'Add Assign Method ...';
|
||||
crsCopyDeclarationToClipboard = 'Copy declaration to Clipboard';
|
||||
crsCutDeclarationToClipboard = 'Cut declaration to Clipboard';
|
||||
crsExplodeAWithBlock = 'Explode a "With" Block';
|
||||
crsAddAWithBlock = 'Add a "With" Block';
|
||||
|
||||
crsCWError = 'Error';
|
||||
crsPleaseSelectSomeCodeInTheSourceEditorForANewWithBl = 'Please select some '
|
||||
|
Loading…
Reference in New Issue
Block a user