MG: added backup options help note

git-svn-id: trunk@3486 -
This commit is contained in:
lazarus 2002-10-08 17:55:57 +00:00
parent 3a3062a907
commit b994b97f19
2 changed files with 3 additions and 2 deletions

View File

@ -1436,7 +1436,7 @@ begin
Top:=2;
Width:=MaxX-Left*2;
Height:=23;
Caption:=dlgEnvNotes;
Caption:=dlgEnvBackupHelpNote;
Visible:=true;
end;

View File

@ -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';