This commit is contained in:
boy0001
2015-07-17 00:44:27 +10:00
parent 2e528073fd
commit 02120e7692
3 changed files with 12 additions and 1 deletions

View File

@ -395,6 +395,7 @@ public enum C {
/*
* List
*/
COMMENT_LIST_HEADER_PAGED("$2(Page $1%cur$2/$1%max$2) $1List of %amount% comments", "List"),
PLOT_LIST_HEADER_PAGED("$2(Page $1%cur$2/$1%max$2) $1List of %amount% plots", "List"),
PLOT_LIST_HEADER("$1List of %word% plots", "List"),
PLOT_LIST_ITEM("$2>> $1%id$2:$1%world $2- $1%owner", "List"),