Changed line 37 "placable" to "placeable"
gh-pages
Wayward1 2015-01-12 09:02:02 -05:00
parent 44061693ce
commit af16917062
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ function displayMain()
var tmp = "<p>On this page you can create and delete nodes to be added to the mod. ";
tmp += "When you are done, click next. You can come back to this page after clicking next. ";
tmp += "Items are things that you can move around in your inventory. They can be blocks or ";
tmp += "unplacable things.</p>";
tmp += "unplaceable things.</p>";
tmp += "<p id=\"buttons\" style=\"margin-top: 0;\">";
tmp += "<a id=\"btn_create_node\" class=\"button\">Create Node</a>";