From 2b70e932d154a82304bb62f7497e8fbd5c399aed Mon Sep 17 00:00:00 2001 From: Maxim Ganetsky Date: Thu, 22 Sep 2022 02:04:28 +0300 Subject: [PATCH] IDE: cleaned up resource strings --- ide/lazarusidestrconsts.pas | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/ide/lazarusidestrconsts.pas b/ide/lazarusidestrconsts.pas index ef8fafd15e..85222d1358 100644 --- a/ide/lazarusidestrconsts.pas +++ b/ide/lazarusidestrconsts.pas @@ -4198,10 +4198,6 @@ resourcestring +'the debug symbols into the executable rather than to an external file. ' + 'The "%s" supports only symbols in an external file.'; lisEnableOptionXg2 = 'Enable option -Xg'; - lisEnableOptionDwarf = 'Enable Dwarf 2 (-gw)?'; - lisTheProjectDoesNotUseDwarf = 'The project does not ' - +'write debug info in Dwarf format.' - +' The "%s" supports only Dwarf.'; lisEnableOptionDwarf2 = 'Enable Dwarf 2 (-gw)'; lisEnableOptionDwarf2Sets = 'Enable Dwarf 2 with sets'; lisEnableOptionDwarf3 = 'Enable Dwarf 3 (-gw3)'; @@ -4212,12 +4208,7 @@ resourcestring + ' when it was compiled with a suitable Debug Information enabled.'; lisTheProjectDoesNotUseDwarf_TaskDlg_NoDebugBtn_Caption = 'Run with no debugger'; lisTheProjectDoesNotUseDwarf_TaskDlg_Footer = 'This choice can be later changed' - + ' in Project Options / Compiler Options / Debugging window.'; - // non-Windows LCL does not implement - lisTheProjectDoesNotUseDwarf_TaskDlg_NoDebugBtn_Hint = - 'If you continue running without Debug Info selected - the debugger' - + ' would not be enabled, and this question would reappear next' - + ' time you run your application.'; + + ' in Project -> Project Options -> Compiler Options -> Debugging.'; lisCleanUpUnitPath = 'Clean up unit path?'; lisTheDirectoryIsNoLongerNeededInTheUnitPathRemoveIt =