Skip to content

Commit c7db042

Browse files
committed
Clarified menu labels
1 parent 5effbdc commit c7db042

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Source/Menu/PythonTools.Menu.ExportForms.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ procedure TPythonToolsExportFormsMenuAction.AfterConstruction;
3333
begin
3434
inherited;
3535
Name := 'PythonToolsExportFormsAction';
36-
Caption := 'Export Forms';
36+
Caption := 'Export Select Forms';
3737
OnExecute := DoExportForms;
3838
end;
3939

Source/Menu/PythonTools.Menu.ExportProject.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ constructor TPythonToolsExportProjectMenuAction.Create(AOwner: TComponent);
3434
begin
3535
inherited;
3636
Name := 'PythonToolsExportProjectAction';
37-
Caption := 'Export Current Project';
37+
Caption := 'Export Entire Current Project';
3838
OnExecute := DoExportProject;
3939
end;
4040

0 commit comments

Comments
 (0)