Commands.cs: Fix listperm pager hint

This commit is contained in:
Vladimir Panteleev 2013-10-04 03:18:36 +00:00
parent 00df28ed0e
commit a7b7301eef

View file

@ -2288,7 +2288,7 @@ namespace TShockAPI
new PaginationTools.Settings new PaginationTools.Settings
{ {
HeaderFormat = "Permissions for " + grp.Name + " ({0}/{1}):", HeaderFormat = "Permissions for " + grp.Name + " ({0}/{1}):",
FooterFormat = "Type /group permlist " + grp.Name + " {0} for more.", FooterFormat = "Type /group listperm " + grp.Name + " {0} for more.",
NothingToDisplayString = "There are currently no permissions for " + grp.Name + "." NothingToDisplayString = "There are currently no permissions for " + grp.Name + "."
}); });
} }