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
|
end
|
||||||
object actProjOpts: TAction
|
object actProjOpts: TAction
|
||||||
Category = 'Project'
|
Category = 'Project'
|
||||||
Caption = 'Projects options'
|
Caption = 'Project configuration'
|
||||||
ImageIndex = 24
|
ImageIndex = 24
|
||||||
OnExecute = actProjOptsExecute
|
OnExecute = actProjOptsExecute
|
||||||
end
|
end
|
||||||
|
@ -2048,7 +2048,7 @@ object CEMainForm: TCEMainForm
|
||||||
end
|
end
|
||||||
object actProjOptView: TAction
|
object actProjOptView: TAction
|
||||||
Category = 'Project'
|
Category = 'Project'
|
||||||
Caption = 'View project options'
|
Caption = 'View project command line'
|
||||||
ImageIndex = 12
|
ImageIndex = 12
|
||||||
OnExecute = actProjOptViewExecute
|
OnExecute = actProjOptViewExecute
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue