changed ambiguous actions captions

This commit is contained in:
Basile Burg 2014-11-11 14:46:43 +01:00
parent 4e3642ec54
commit 611e28f878
1 changed files with 2 additions and 2 deletions

View File

@ -2022,7 +2022,7 @@ object CEMainForm: TCEMainForm
end
object actProjOpts: TAction
Category = 'Project'
Caption = 'Projects options'
Caption = 'Project configuration'
ImageIndex = 24
OnExecute = actProjOptsExecute
end
@ -2048,7 +2048,7 @@ object CEMainForm: TCEMainForm
end
object actProjOptView: TAction
Category = 'Project'
Caption = 'View project options'
Caption = 'View project command line'
ImageIndex = 12
OnExecute = actProjOptViewExecute
end