IDE: rename a generic resource string "Apply".

git-svn-id: trunk@42235 -
This commit is contained in:
juha 2013-07-30 09:25:02 +00:00
parent 057762a149
commit 5ac913850e
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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