mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 18:00:24 +02:00
IDE: fixed typos in syncro edit resource strings
This commit is contained in:
parent
7400dc43b0
commit
6561a5a9c7
@ -3375,11 +3375,11 @@ resourcestring
|
||||
srkmecSynPSyncroEdGrowCellLeft = 'Grow cell on the left';
|
||||
srkmecSynPSyncroEdShrinkCellLeft = 'Shrink cell on the left';
|
||||
srkmecSynPSyncroEdGrowCellRight = 'Grow cell on the right';
|
||||
srkmecSynPSyncroEdShrinkCellRight = 'Shrink cell on the right';
|
||||
srkmecSynPSyncroEdShrinkCellRight = 'Shrink cell on the right';
|
||||
srkmecSynPSyncroEdAddCell = 'Add Cell';
|
||||
srkmecSynPSyncroEdAddCellCase = 'Add Cell (Case-sensitive)';
|
||||
srkmecSynPSyncroEdAddCellCtx = 'Add Cell (Context-sensitive))';
|
||||
srkmecSynPSyncroEdAddCellCtxCase = 'Add Cell (Context & case-sensitive))';
|
||||
srkmecSynPSyncroEdAddCellCase = 'Add Cell (case-sensitive)';
|
||||
srkmecSynPSyncroEdAddCellCtx = 'Add Cell (context-sensitive)';
|
||||
srkmecSynPSyncroEdAddCellCtxCase = 'Add Cell (context & case-sensitive)';
|
||||
srkmecSynPSyncroEdDelCell = 'Remove current Cell';
|
||||
|
||||
// run menu
|
||||
|
Loading…
Reference in New Issue
Block a user