mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-15 10:19:23 +02:00
IDE: rename a generic resource string "Apply".
git-svn-id: trunk@42235 -
This commit is contained in:
parent
057762a149
commit
5ac913850e
@ -244,7 +244,7 @@ begin
|
||||
RemoveBtn.LoadGlyphFromLazarusResource('laz_delete');
|
||||
btnSave.Caption := lisSave;
|
||||
btnSave.LoadGlyphFromStock(idButtonSave);
|
||||
btnOk.Caption := dlgButApply;
|
||||
btnOk.Caption := lisApply;
|
||||
//if btnSave.Glyph.Empty then
|
||||
// btnSave.LoadGlyphFromLazarusResource('laz_save');
|
||||
try
|
||||
|
@ -167,7 +167,7 @@ begin
|
||||
TopLabel.Caption := dlgTopPos;
|
||||
WidthLabel.Caption := dlgWidthPos;
|
||||
HeightLabel.Caption := DlgHeightPos;
|
||||
ApplyButton.Caption := dlgButApply;
|
||||
ApplyButton.Caption := lisApply;
|
||||
GetWindowPositionButton.Caption := dlgGetPosition;
|
||||
SplitLabel.Caption := dlgWidthPos;
|
||||
|
||||
|
@ -44,6 +44,7 @@ resourcestring
|
||||
lisLazarus = 'Lazarus';
|
||||
lisAdd = 'Add';
|
||||
lisBtnAdd = '&Add';
|
||||
lisApply = 'Apply';
|
||||
lisInsert = 'Insert';
|
||||
lisChange = 'Change';
|
||||
lisDelete = 'Delete';
|
||||
@ -2131,7 +2132,6 @@ resourcestring
|
||||
lisCOShowAllMessages = 'Show all messages';
|
||||
dlgUnitOutp = 'Unit output directory (-FU):';
|
||||
lisCOdefault = 'default (%s)';
|
||||
dlgButApply = 'Apply';
|
||||
dlgCOShowOptions = '&Show Options';
|
||||
dlgCOLoadSave = 'Load/Save';
|
||||
dlgMainViewForms = 'View Project Forms';
|
||||
|
Loading…
Reference in New Issue
Block a user