Merge pull request #968 from Noggog/more-help-text-rewording

Some more help text rewording
This commit is contained in:
Timothy Baldridge 2020-07-19 20:01:07 -07:00 committed by GitHub
commit 2e813623b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ namespace Wabbajack.Lib
public AbsolutePath OutputFolder { get; set; }
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
{

View File

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

View File

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