Added some style to the installer and some additional step configurations

[TFS Changeset #76910]
This commit is contained in:
PerPloug
2010-09-07 13:09:54 +00:00
parent 54dfd6d44a
commit 541bb38285
27 changed files with 203 additions and 31 deletions

View File

@@ -35,5 +35,13 @@ namespace umbraco.presentation.install.steps.Definitions
{
return false;
}
public override string NextButtonText
{
get
{
return "I accept the license";
}
}
}
}