mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-29 01:10:06 +02:00
MG: added backup options help note
git-svn-id: trunk@3486 -
This commit is contained in:
parent
3a3062a907
commit
b994b97f19
@ -1436,7 +1436,7 @@ begin
|
||||
Top:=2;
|
||||
Width:=MaxX-Left*2;
|
||||
Height:=23;
|
||||
Caption:=dlgEnvNotes;
|
||||
Caption:=dlgEnvBackupHelpNote;
|
||||
Visible:=true;
|
||||
end;
|
||||
|
||||
|
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user