minor text corrections
This commit is contained in:
parent
bcfe68f100
commit
b4e62062a5
2 changed files with 4 additions and 6 deletions
|
|
@ -193,7 +193,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="smalltext">
|
<p class="smalltext">
|
||||||
Choose a HK user*.dat save OR paste from <a href="https://bloodorca.github.io/hollow/" target="_blank">Save
|
Choose a <strong>user*.dat</strong> save <em>or</em> paste text from <a href="https://bloodorca.github.io/hollow/" target="_blank">Save
|
||||||
Editor</a> | <a href="https://pastebin.com/raw/xp1Gi7nG" target="_blank">Testing Save</a>
|
Editor</a> | <a href="https://pastebin.com/raw/xp1Gi7nG" target="_blank">Testing Save</a>
|
||||||
</p>
|
</p>
|
||||||
</p>
|
</p>
|
||||||
|
|
@ -207,8 +207,7 @@
|
||||||
<label for="toggle-mode" id="toggle-mode-label" class="button button-square" title="Switch Mode: Text or File.">🔄</label>
|
<label for="toggle-mode" id="toggle-mode-label" class="button button-square" title="Switch Mode: Text or File.">🔄</label>
|
||||||
<!-- <input id="save-area-file" class="" type="file" name="file" accept=".dat,.bak*" onchange="LoadSaveFile(this);" onclick="this.value = '';"> -->
|
<!-- <input id="save-area-file" class="" type="file" name="file" accept=".dat,.bak*" onchange="LoadSaveFile(this);" onclick="this.value = '';"> -->
|
||||||
<input id="save-area-file" class="input-file" type="file" name="file" accept=".dat,.bak*">
|
<input id="save-area-file" class="input-file" type="file" name="file" accept=".dat,.bak*">
|
||||||
<label for="save-area-file" id="file-input-label" class="button button-large" title="Navigate to Hollow Knight's Save File Location and select a user*.dat File."><i class="icon-doc-text-inv"></i>Choose Save
|
<label for="save-area-file" id="file-input-label" class="button button-large" title="Navigate to Hollow Knight's Save File Location and select a user*.dat File."><i class="icon-doc-text-inv"></i>Choose Save File...</label>
|
||||||
File</label>
|
|
||||||
|
|
||||||
<button id="save-area-read" class="button button-large hidden" type="button">Analyze Text</button>
|
<button id="save-area-read" class="button button-large hidden" type="button">Analyze Text</button>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -78,7 +78,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="smalltext">
|
<p class="smalltext">
|
||||||
Choose a HK user*.dat save OR paste from <a href="https://bloodorca.github.io/hollow/" target="_blank">Save
|
Choose a <strong>user*.dat</strong> save <em>or</em> paste text from <a href="https://bloodorca.github.io/hollow/" target="_blank">Save
|
||||||
Editor</a> | <a href="https://pastebin.com/raw/xp1Gi7nG" target="_blank">Testing Save</a>
|
Editor</a> | <a href="https://pastebin.com/raw/xp1Gi7nG" target="_blank">Testing Save</a>
|
||||||
</p>
|
</p>
|
||||||
</p>
|
</p>
|
||||||
|
|
@ -92,8 +92,7 @@
|
||||||
<label for="toggle-mode" id="toggle-mode-label" class="button button-square" title="Switch Mode: Text or File.">🔄</label>
|
<label for="toggle-mode" id="toggle-mode-label" class="button button-square" title="Switch Mode: Text or File.">🔄</label>
|
||||||
<!-- <input id="save-area-file" class="" type="file" name="file" accept=".dat,.bak*" onchange="LoadSaveFile(this);" onclick="this.value = '';"> -->
|
<!-- <input id="save-area-file" class="" type="file" name="file" accept=".dat,.bak*" onchange="LoadSaveFile(this);" onclick="this.value = '';"> -->
|
||||||
<input id="save-area-file" class="input-file" type="file" name="file" accept=".dat,.bak*">
|
<input id="save-area-file" class="input-file" type="file" name="file" accept=".dat,.bak*">
|
||||||
<label for="save-area-file" id="file-input-label" class="button button-large" title="Navigate to Hollow Knight's Save File Location and select a user*.dat File."><i class="icon-doc-text-inv"></i>Choose Save
|
<label for="save-area-file" id="file-input-label" class="button button-large" title="Navigate to Hollow Knight's Save File Location and select a user*.dat File."><i class="icon-doc-text-inv"></i>Choose Save File...</label>
|
||||||
File</label>
|
|
||||||
|
|
||||||
<button id="save-area-read" class="button button-large hidden" type="button">Analyze Text</button>
|
<button id="save-area-read" class="button button-large hidden" type="button">Analyze Text</button>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue