We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5effbdc commit c7db042Copy full SHA for c7db042
Source/Menu/PythonTools.Menu.ExportForms.pas
@@ -33,7 +33,7 @@ procedure TPythonToolsExportFormsMenuAction.AfterConstruction;
33
begin
34
inherited;
35
Name := 'PythonToolsExportFormsAction';
36
- Caption := 'Export Forms';
+ Caption := 'Export Select Forms';
37
OnExecute := DoExportForms;
38
end;
39
Source/Menu/PythonTools.Menu.ExportProject.pas
@@ -34,7 +34,7 @@ constructor TPythonToolsExportProjectMenuAction.Create(AOwner: TComponent);
Name := 'PythonToolsExportProjectAction';
- Caption := 'Export Current Project';
+ Caption := 'Export Entire Current Project';
OnExecute := DoExportProject;
40
0 commit comments