From db821cae899f371a4f3bb2562756abb69312ab58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Concei=C3=A7=C3=A3o?= Date: Sun, 3 Apr 2022 19:28:40 +0100 Subject: [PATCH] Update Enumerations.cs Text --- UVtools.Core/Enumerations.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/UVtools.Core/Enumerations.cs b/UVtools.Core/Enumerations.cs index f19d5af..e756538 100644 --- a/UVtools.Core/Enumerations.cs +++ b/UVtools.Core/Enumerations.cs @@ -108,13 +108,13 @@ public enum TimeUnits : byte public enum RemoveSourceFileAction : byte { - [Description("Keep source file")] + [Description("Keep the source file")] No, - [Description("Remove source file")] + [Description("Remove the source file")] Yes, - [Description("Prompt before remove source file")] + [Description("Prompt before remove the source file")] Prompt }