Skip to content

Commit

Permalink
Issue piskelapp#727 - simplify import mode text
Browse files Browse the repository at this point in the history
  • Loading branch information
juliandescottes committed Oct 8, 2017
1 parent a2369ca commit 7445357
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/templates/dialogs/import.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ <h3 class="dialog-head">
<div class="import-mode">
<div class="import-mode-title">How do you want to import the new content?</div>
<div class="import-mode-section">
<span class="import-mode-section-description">Combine the imported content and your sprite.</span>
<button class="import-mode-merge-button button-primary button">Merge</button>
<span class="import-mode-section-description">Combine with your sprite</span>
<button class="import-mode-merge-button button-primary button">Combine</button>
</div>
<div class="import-mode-section">
<span class="import-mode-section-description">Replace your current sprite by the imported content.</span>
<span class="import-mode-section-description">Replace your sprite</span>
<button class="import-mode-replace-button button-primary button">Replace</button>
</div>
</div>
Expand Down

0 comments on commit 7445357

Please sign in to comment.