IDEIntf: fixed i18n of 'Delete resolution ...' button in ImageList editor

git-svn-id: trunk@57185 -
This commit is contained in:
maxim 2018-01-29 22:11:55 +00:00
parent 9f38f2efcc
commit 98a25daa61

View File

@ -235,6 +235,7 @@ begin
BtnSave.Caption := sccsILEdtSave;
BtnSaveAll.Caption := sccsILEdtSaveAll;
BtnAddNewResolution.Caption := sccsILEdtAddNewResolution;
btnDeleteResolution.Caption := sccsILEdtDeleteResolution;
BtnPanel.HelpButton.Caption := oisHelp;
BtnPanel.OKButton.Caption := oisOK;