Skip to content

Commit 6c52354

Browse files
committed
The Import Export Clear buttons captions are changed to short Exp,Imp,Clr
1 parent 91f8c4c commit 6c52354

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -478,10 +478,10 @@ <h4>Workspace</h4>
478478

479479
<div id="spectrumComparison" data-toggle="tooltip" title="Spectrum comparison">
480480
<button id="btn-spectrum-add" type="button" title="Add spectrum for comparison">Add</button>
481-
<button id="btn-spectrum-export" type="button" title="Export spectrum to CSV">Export</button>
482-
<button type="button" onclick="document.getElementById('btn-spectrum-import').click()" title="Import spectrum from CSV">Import</button>
481+
<button id="btn-spectrum-export" type="button" title="Export spectrum to CSV">Exp</button>
482+
<button type="button" onclick="document.getElementById('btn-spectrum-import').click()" title="Import spectrum from CSV">Imp</button>
483483
<input type="file" id="btn-spectrum-import" accept=".csv" style="display:none" multiple/>
484-
<button type="button" id="btn-spectrum-clear" title="Clear imported spectrums">Clear</button>
484+
<button type="button" id="btn-spectrum-clear" title="Clear imported spectrums">Clr</button>
485485
</div>
486486

487487
<div id="analyserResize" class="btn-nobg view-analyser-fullscreen" data-toggle="tooltip" title="Zoom Analyser Window">

0 commit comments

Comments
 (0)