Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UVtools.Core/Operations/OperationLayerExportHeatMap.cs')
-rw-r--r--UVtools.Core/Operations/OperationLayerExportHeatMap.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/UVtools.Core/Operations/OperationLayerExportHeatMap.cs b/UVtools.Core/Operations/OperationLayerExportHeatMap.cs
index 2c0bccb..3817514 100644
--- a/UVtools.Core/Operations/OperationLayerExportHeatMap.cs
+++ b/UVtools.Core/Operations/OperationLayerExportHeatMap.cs
@@ -28,10 +28,10 @@ namespace UVtools.Core.Operations
#region Overrides
public override bool CanHaveProfiles => false;
- public override string Title => "Export layers to heat map.";
+ public override string Title => "Export layers to heat map";
public override string Description =>
- "Export a layer range to a grayscale heat map image that represents the median of the mass in the Z depth/perception\n" +
+ "Export a layer range to a grayscale heat map image that represents the median of the mass in the Z depth/perception.\n" +
"The pixel brightness/intensity shows where the most mass are concentrated.";
public override string ConfirmationText =>