mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-03 08:19:30 +02:00
Minor improvement for menu texts.
git-svn-id: trunk@34726 -
This commit is contained in:
parent
e2645d1407
commit
bd6c90eb77
@ -68,7 +68,7 @@ resourcestring
|
||||
crsOtherSharedLibraries = 'Other shared libraries';
|
||||
crsFrameworks = 'Frameworks';
|
||||
crsShowUsedPpuFiles = 'Show Used .ppu Files ...';
|
||||
crsInsertFileAtCursor = 'Insert File at Cursor ...';
|
||||
crsInsertFileAtCursor = 'Insert File Contents at Cursor ...';
|
||||
crsVirtualUnit = 'Virtual Unit';
|
||||
crsProjectOutput = 'Project Output';
|
||||
crsHelp = '&Help';
|
||||
|
@ -2633,8 +2633,8 @@ resourcestring
|
||||
srkmecInsertCVSRevision = 'Insert CVS keyword Revision';
|
||||
srkmecInsertCVSSource = 'Insert CVS keyword Source';
|
||||
srkmecInsertGUID = 'Insert a GUID';
|
||||
srkmecInsertFilename = 'Insert full Filename';
|
||||
lisMenuInsertFilename = 'Insert full Filename ...';
|
||||
srkmecInsertFilename = 'Insert Full Filename';
|
||||
lisMenuInsertFilename = 'Insert Full Filename ...';
|
||||
|
||||
// search menu
|
||||
srkmecFind = 'Find Text';
|
||||
|
Loading…
Reference in New Issue
Block a user