Merge pull request #605 from CyberShadow/patch-1

Commands.cs: Fix listperm pager hint
This commit is contained in:
MarioE 2013-10-03 20:22:23 -07:00
commit 9d0b6d38d9

View file

@ -2288,7 +2288,7 @@ namespace TShockAPI
new PaginationTools.Settings
{
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 + "."
});
}