Merge pull request #966 from tr4wzified/rename-configuring

Change Configuring to Awaiting Input to prevent user confusion
This commit is contained in:
erri120 2020-07-18 22:16:42 +02:00 committed by GitHub
commit c3b11e788e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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