Use full sentence rather than combining words
This commit is contained in:
parent
23c44793e9
commit
95d6baaf6c
4 changed files with 72 additions and 58 deletions
|
|
@ -102,10 +102,10 @@ namespace TShockAPI
|
|||
public Settings()
|
||||
{
|
||||
this.IncludeHeader = true;
|
||||
this.headerFormat = "Page {0} of {1}";
|
||||
this.headerFormat = GetString("Page {{0}} of {{1}}");
|
||||
this.HeaderTextColor = Color.Green;
|
||||
this.IncludeFooter = true;
|
||||
this.footerFormat = "Type /<command> {0} for more.";
|
||||
this.footerFormat = GetString("Type /<command> {{0}} for more.");
|
||||
this.FooterTextColor = Color.Yellow;
|
||||
this.NothingToDisplayString = null;
|
||||
this.LineFormatter = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue