mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-09 01:52:32 +02:00
Update Enumerations.cs
Text
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user