mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Some more help text rewording
This commit is contained in:
parent
c3b11e788e
commit
32f08d7dd5
@ -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
|
||||
{
|
||||
|
@ -255,7 +255,7 @@ namespace Wabbajack
|
||||
}
|
||||
else
|
||||
{
|
||||
return "Configuring";
|
||||
return "Awaiting Input";
|
||||
}
|
||||
})
|
||||
.ToGuiProperty(this, nameof(ProgressTitle));
|
||||
|
@ -343,7 +343,7 @@ namespace Wabbajack
|
||||
}
|
||||
else
|
||||
{
|
||||
return "Awaiting input";
|
||||
return "Awaiting Input";
|
||||
}
|
||||
})
|
||||
.ToGuiProperty(this, nameof(ProgressTitle));
|
||||
|
Loading…
Reference in New Issue
Block a user