From d9df3b09f74747b59b2a7d4b36fd1eab0093cfaa Mon Sep 17 00:00:00 2001 From: Maxim Ganetsky Date: Sat, 5 Oct 2024 22:28:42 +0300 Subject: [PATCH] IDE: improved captions in Window options tab --- ide/lazarusidestrconsts.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ide/lazarusidestrconsts.pas b/ide/lazarusidestrconsts.pas index ba18ba76c5..cd86c4749d 100644 --- a/ide/lazarusidestrconsts.pas +++ b/ide/lazarusidestrconsts.pas @@ -1313,8 +1313,8 @@ resourcestring +' one button per window.'; lisIDETitleStartsWithProjectName = 'IDE title starts with project name'; lisIDETitleShowsProjectDir = 'IDE title shows project directory'; - lisIDETitleOptions = 'Ide Window and Taskbar Title'; - lisIDETitleCustom = 'Custom IDE window title'; + lisIDETitleOptions = 'IDE main window title'; + lisIDETitleCustom = 'Custom IDE title'; lisIDECaptionCustomHint = 'The caption of the main IDE window'; lisAutoAdjustIDEHeight = 'Automatically adjust IDE main window height'; lisAutoAdjustIDEHeightHint = '';