Skip to content

Commit

Permalink
update texts for #83
Browse files Browse the repository at this point in the history
  • Loading branch information
hofstef committed Oct 28, 2020
1 parent 746cdcd commit f5003e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h3 id="headline">
</button><button id="buttonStartReplay" class="startReplayButton" title="Start replay">
<img src="./logo/play.png">
</button>
<button id="buttonImport" class="importButton" title="Import story from .dst file" onclick="document.getElementById('import').click();">
<button id="buttonImport" class="importButton" title="Import story from file" onclick="document.getElementById('import').click();">
<img src="./logo/unarchive.png">
</button>
<input type="file" accept=".dst, .svg" style="display:none;" id="import" onclick="this.value=null;" name="file" />
Expand Down Expand Up @@ -320,7 +320,7 @@ <h3 id="headline">
<div id="brokenSVGInfo" style="display:none">
<button id="brokenSVGDialogButtonCancel">X</button>
<br>
<text>Your .svg File does not contain a Domain Story, there most likely was an error during export.</text>
<text>The .svg file you uploaded does not contain a Domain Story.</text>
</div>

<script src="./app.js"></script>
Expand Down

0 comments on commit f5003e5

Please sign in to comment.