From b994b97f1993555da3057e86dcebb9b0725a481a Mon Sep 17 00:00:00 2001 From: lazarus Date: Tue, 8 Oct 2002 17:55:57 +0000 Subject: [PATCH] MG: added backup options help note git-svn-id: trunk@3486 - --- ide/environmentopts.pp | 2 +- ide/lazarusidestrconsts.pas | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ide/environmentopts.pp b/ide/environmentopts.pp index 0023e91c44..2ee0ca53d5 100644 --- a/ide/environmentopts.pp +++ b/ide/environmentopts.pp @@ -1436,7 +1436,7 @@ begin Top:=2; Width:=MaxX-Left*2; Height:=23; - Caption:=dlgEnvNotes; + Caption:=dlgEnvBackupHelpNote; Visible:=true; end; diff --git a/ide/lazarusidestrconsts.pas b/ide/lazarusidestrconsts.pas index 2082c02705..8010826b06 100644 --- a/ide/lazarusidestrconsts.pas +++ b/ide/lazarusidestrconsts.pas @@ -359,7 +359,8 @@ resourcestring //It''s OK then dlgBackColor = 'Background color'; dlgEnvColors = 'Colors'; - dlgEnvNotes = 'Notes: '; + dlgEnvBackupHelpNote = + 'Notes: Project files are all files in the project directory'; dlgEdOptsCap = 'Editor Options'; dlgEdDisplay = 'Display'; dlgKeyMapping = 'Key Mappings';