diff --git a/platform/linuxbsd/doc_classes/EditorExportPlatformLinuxBSD.xml b/platform/linuxbsd/doc_classes/EditorExportPlatformLinuxBSD.xml index 4ab24649297..77a6ece7561 100644 --- a/platform/linuxbsd/doc_classes/EditorExportPlatformLinuxBSD.xml +++ b/platform/linuxbsd/doc_classes/EditorExportPlatformLinuxBSD.xml @@ -23,8 +23,8 @@ Path to the custom export template. If left empty, default template is used. - - If [code]true[/code], a console wrapper script is exported alongside the main executable, which allows running the project with enabled console output. + + If [code]true[/code], a console wrapper is exported alongside the main executable, which allows running the project with enabled console output. Script code to execute on the remote host when app is finished. diff --git a/platform/macos/doc_classes/EditorExportPlatformMacOS.xml b/platform/macos/doc_classes/EditorExportPlatformMacOS.xml index d030995ee74..cef837de071 100644 --- a/platform/macos/doc_classes/EditorExportPlatformMacOS.xml +++ b/platform/macos/doc_classes/EditorExportPlatformMacOS.xml @@ -148,8 +148,8 @@ Path to the custom export template. If left empty, default template is used. - - If enabled, a script file that can be used to run the application with console output is created alongside the exported application. + + If enabled, a wrapper that can be used to run the application with console output is created alongside the exported application. If [code]true[/code], the application is rendered at native display resolution, otherwise it is always rendered at loHPI resolution and upscaled by OS when required. diff --git a/platform/windows/doc_classes/EditorExportPlatformWindows.xml b/platform/windows/doc_classes/EditorExportPlatformWindows.xml index 4bdeed19ad6..7506ac09f0f 100644 --- a/platform/windows/doc_classes/EditorExportPlatformWindows.xml +++ b/platform/windows/doc_classes/EditorExportPlatformWindows.xml @@ -86,7 +86,7 @@ Path to the custom export template. If left empty, default template is used. - + If [code]true[/code], a console wrapper executable is exported alongside the main executable, which allows running the project with enabled console output.