mirror of https://gitlab.com/basile.b/dexed.git
changed ambiguous actions captions
This commit is contained in:
parent
4e3642ec54
commit
611e28f878
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue