From 611e28f8787d4be66202db418bba799a0e414ad0 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Tue, 11 Nov 2014 14:46:43 +0100 Subject: [PATCH] changed ambiguous actions captions --- src/ce_main.lfm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ce_main.lfm b/src/ce_main.lfm index a2b459ee..1e6fddfa 100644 --- a/src/ce_main.lfm +++ b/src/ce_main.lfm @@ -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