diff options
| -rw-r--r-- | res/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/templates/index.html b/res/templates/index.html index 60c916a6..22aefcd0 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -82,7 +82,7 @@ <div class="typeselection" style="display:none"> <table> - <tr id="intro"><td>Pick a type with [TAB] key</td></tr> + <tr id="intro"><td>Use [Tab] to change node type</td></tr> <tr id="chosentypelabel"><td>Chosen Type: <span id="chosentypename"/></td></tr> <tr id="chosentypedesc"><td></td></tr> </table> |
