From d6060828347680f95401b8eeeeeb6ab5ea41f810 Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 29 Oct 2018 20:46:23 +0000 Subject: [PATCH] EditorOpts: Add warning, if outline has no colors set git-svn-id: trunk@59386 - --- ide/lazarusidestrconsts.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/ide/lazarusidestrconsts.pas b/ide/lazarusidestrconsts.pas index 2b54c53e91..13237cb9d0 100644 --- a/ide/lazarusidestrconsts.pas +++ b/ide/lazarusidestrconsts.pas @@ -1944,6 +1944,7 @@ resourcestring dlgPasKeywordsOutline = 'Outline'; dlgMarkupWordBracket = 'Keyword brackets on caret (global)'; dlgMarkupOutline = 'Outline (global)'; + dlgMarkupOutlineWarnNoColor = 'Warning: There are no colors configured for the selected language'; dlgPasExtKeywords = 'Highlight control statements as keywords'; dlgPasStringKeywords = 'Highlight "String" keyword(s)'; dlgPasStringKeywordsOptDefault = 'Default';