mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-02 01:29:29 +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';
|
srkmecSynPSyncroEdGrowCellLeft = 'Grow cell on the left';
|
||||||
srkmecSynPSyncroEdShrinkCellLeft = 'Shrink cell on the left';
|
srkmecSynPSyncroEdShrinkCellLeft = 'Shrink cell on the left';
|
||||||
srkmecSynPSyncroEdGrowCellRight = 'Grow cell on the right';
|
srkmecSynPSyncroEdGrowCellRight = 'Grow cell on the right';
|
||||||
srkmecSynPSyncroEdShrinkCellRight = 'Shrink cell on the right';
|
srkmecSynPSyncroEdShrinkCellRight = 'Shrink cell on the right';
|
||||||
srkmecSynPSyncroEdAddCell = 'Add Cell';
|
srkmecSynPSyncroEdAddCell = 'Add Cell';
|
||||||
srkmecSynPSyncroEdAddCellCase = 'Add Cell (Case-sensitive)';
|
srkmecSynPSyncroEdAddCellCase = 'Add Cell (case-sensitive)';
|
||||||
srkmecSynPSyncroEdAddCellCtx = 'Add Cell (Context-sensitive))';
|
srkmecSynPSyncroEdAddCellCtx = 'Add Cell (context-sensitive)';
|
||||||
srkmecSynPSyncroEdAddCellCtxCase = 'Add Cell (Context & case-sensitive))';
|
srkmecSynPSyncroEdAddCellCtxCase = 'Add Cell (context & case-sensitive)';
|
||||||
srkmecSynPSyncroEdDelCell = 'Remove current Cell';
|
srkmecSynPSyncroEdDelCell = 'Remove current Cell';
|
||||||
|
|
||||||
// run menu
|
// run menu
|
||||||
|
Loading…
Reference in New Issue
Block a user