changeset 166:c50b9c35fcf0

Improve note about v1.8.2018.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 20 Aug 2018 14:14:20 +0300
parents 2a0674d3909e
children 8d239bd81584
files mpui.js
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mpui.js	Mon Aug 20 14:12:16 2018 +0300
+++ b/mpui.js	Mon Aug 20 14:14:20 2018 +0300
@@ -121,7 +121,9 @@
   mobj.innerHTML = 
     "<p><b>Things of note:</b></p>"+
     "<ul>"+
-    "<li>All of Multipaint v1.8.2018 changes have been integrated, but there are no UI widgets for changing the aspect ratio etc. (yet)</li>"+
+    "<li>All of Multipaint v1.8.2018 changes have been integrated, "+
+    "but there are no UI widgets for changing the aspect ratio, "+
+    "alternate palettes, etc. (yet.. might take time to implement these.)</li>"+
     "<li>Save ('S') and Load ('L') save to/load from <a href=\"https://en.wikipedia.org/wiki/Web_storage\">browser local storage</a> "+
     "(there can be only one \"save\" per machine type, so be careful.)</li>"+
     "<li>Each machine type has its own local storage save space.</li>"+