mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 04:35:57 +02:00
ide: change 'Ok' to 'OK' for OK buttons, add string consts for debug inspector dialog (will be commited later)
git-svn-id: trunk@19185 -
This commit is contained in:
parent
50c2c46c76
commit
a03a773255
@ -343,6 +343,11 @@ resourcestring
|
|||||||
lisMenuAddBreakpoint = 'Add breakpoint';
|
lisMenuAddBreakpoint = 'Add breakpoint';
|
||||||
lisMenuAddBpSource = 'Source breakpoint';
|
lisMenuAddBpSource = 'Source breakpoint';
|
||||||
|
|
||||||
|
lisInspectDialog = 'Debug Inspector';
|
||||||
|
lisInspectData = 'Data';
|
||||||
|
lisInspectProperties = 'Properties';
|
||||||
|
lisInspectMethods = 'Methods';
|
||||||
|
|
||||||
lisMenuNewPackage = 'New package ...';
|
lisMenuNewPackage = 'New package ...';
|
||||||
lisMenuOpenPackage = 'Open loaded package ...';
|
lisMenuOpenPackage = 'Open loaded package ...';
|
||||||
lisMenuOpenRecentPkg = 'Open recent package ...';
|
lisMenuOpenRecentPkg = 'Open recent package ...';
|
||||||
@ -894,7 +899,7 @@ resourcestring
|
|||||||
dlgEnvBckup = 'Backup';
|
dlgEnvBckup = 'Backup';
|
||||||
dlgNaming = 'Naming';
|
dlgNaming = 'Naming';
|
||||||
lisFPDocEditor = 'FPDoc Editor';
|
lisFPDocEditor = 'FPDoc Editor';
|
||||||
lisOkBtn = 'Ok';
|
lisOkBtn = 'OK';
|
||||||
dlgCancel = 'Cancel';
|
dlgCancel = 'Cancel';
|
||||||
lisSAMSelectNone = 'Select none';
|
lisSAMSelectNone = 'Select none';
|
||||||
lisKMClassic = 'Classic';
|
lisKMClassic = 'Classic';
|
||||||
|
Loading…
Reference in New Issue
Block a user