mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-28 12:49:25 +02:00
IDE: fixed caption of compiler option -vb
git-svn-id: trunk@42163 -
This commit is contained in:
parent
745e647229
commit
0e0d820f79
@ -53,7 +53,7 @@ begin
|
||||
Items.Add(dlgShowGeneralInfo + ' (-vi)');
|
||||
Items.Add(dlgShowCompilingLineNumbers + ' (-vl)');
|
||||
Items.Add(dlgShowCompiledProcedures + ' (-vp)');
|
||||
Items.Add(dlgShowProcsError + ' (-vb)');
|
||||
Items.Add(dlgShowFullFileNames + ' (-vb)');
|
||||
Items.Add(dlgShowConditionals + ' (-vc)');
|
||||
Items.Add(dlgShowEverything + ' (-va)');
|
||||
Items.Add(dlgShowExecutableInfo + ' (-vx)');
|
||||
|
@ -2077,7 +2077,7 @@ resourcestring
|
||||
dlgShowNotes = 'Show notes';
|
||||
dlgShowHint = 'Show hints';
|
||||
dlgShowGeneralInfo = 'Show general info';
|
||||
dlgShowProcsError = 'Show all procs on error';
|
||||
dlgShowFullFileNames = 'Show full file names';
|
||||
dlgShowEverything ='Show everything';
|
||||
dlgShowSummary ='Show summary';
|
||||
dlgShowDebugInfo = 'Show debug info';
|
||||
|
Loading…
Reference in New Issue
Block a user