From cf6a71c43afdbc70ad1818c2cb75ec6fe822d190 Mon Sep 17 00:00:00 2001 From: maxim Date: Wed, 10 Jul 2019 23:27:46 +0000 Subject: [PATCH] IDE: improved caption of debugger backend options page git-svn-id: trunk@61559 - --- ide/lazarusidestrconsts.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/lazarusidestrconsts.pas b/ide/lazarusidestrconsts.pas index da58d0528c..311f7102e9 100644 --- a/ide/lazarusidestrconsts.pas +++ b/ide/lazarusidestrconsts.pas @@ -6592,7 +6592,7 @@ resourcestring UnitDepOptionsForPackage = 'Options for Package graph'; UnitDepOptionsForUnit = 'Options for Unit graph'; LvlGraphReduceBackedges = 'Reduce backedges'; - lisDebugOptionsFrmBackend = 'Backend'; + lisDebugOptionsFrmBackend = 'Debugger backend'; implementation