Some more help text rewording

This commit is contained in:
Justin Swanson 2020-07-19 15:50:11 -05:00
parent c3b11e788e
commit 32f08d7dd5
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ namespace Wabbajack.Lib
public AbsolutePath OutputFolder { get; set; } public AbsolutePath OutputFolder { get; set; }
public string ModListName { get; set; } = string.Empty; public string ModListName { get; set; } = string.Empty;
public override string ShortDescription { get; } = "Do you want to overwrite existing files?"; public override string ShortDescription { get; } = "Do you want to update existing files?";
public override string ExtendedDescription public override string ExtendedDescription
{ {

View File

@ -255,7 +255,7 @@ namespace Wabbajack
} }
else else
{ {
return "Configuring"; return "Awaiting Input";
} }
}) })
.ToGuiProperty(this, nameof(ProgressTitle)); .ToGuiProperty(this, nameof(ProgressTitle));

View File

@ -343,7 +343,7 @@ namespace Wabbajack
} }
else else
{ {
return "Awaiting input"; return "Awaiting Input";
} }
}) })
.ToGuiProperty(this, nameof(ProgressTitle)); .ToGuiProperty(this, nameof(ProgressTitle));