Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CSS-Tricks/The-Printliminator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/chrome/popup.html')
-rw-r--r--src/chrome/popup.html12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/chrome/popup.html b/src/chrome/popup.html
index bc23855..552cd41 100644
--- a/src/chrome/popup.html
+++ b/src/chrome/popup.html
@@ -52,21 +52,17 @@
<section>
<h3 i18n-text="commandButtons"></h3>
<ul>
- <li class="<!-- @echo undo -->">
+ <li class="first <!-- @echo undo -->" i18n-title="undoLast" i18n-text="undoLast">
<span class="<!-- @echo icon -->"></span>
- <span i18n-text="undoLast"></span>
</li>
- <li class="<!-- @echo stylize -->">
+ <li class="<!-- @echo stylize -->" i18n-title="addStylize" i18n-text="addStylize">
<span class="<!-- @echo icon -->"></span>
- <span i18n-text="addStylize"></span>
</li>
- <li class="<!-- @echo noGraphics -->">
+ <li class="<!-- @echo noGraphics -->" i18n-title="removeGraphics" i18n-text="removeGraphics">
<span class="<!-- @echo icon -->"></span>
- <span i18n-text="removeGraphics"></span>
</li>
- <li class="<!-- @echo print -->">
+ <li class="last <!-- @echo print -->" i18n-title="sendToPrint" i18n-text="sendToPrint">
<span class="<!-- @echo icon -->"></span>
- <span i18n-text="sendToPrint"></span>
</li>
</ul>
<div class="commands-wrap">