summaryrefslogtreecommitdiff
path: root/src/templates
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2015-03-31 17:06:04 +0100
committerJohn McLear <john@mclear.co.uk>2015-03-31 17:06:04 +0100
commit37c7c7eabec8327869253c4715b755e8a5aa944b (patch)
treebb242025bf545bfd9ad59b503aff3d142e2ce58d /src/templates
parent662216b6cfa9f35ecda27eca83b10acd09b5bd9b (diff)
downloadetherpad-lite-37c7c7eabec8327869253c4715b755e8a5aa944b.zip
i18n for timeslider steppers
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/timeslider.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/templates/timeslider.html b/src/templates/timeslider.html
index 20688ea8..45d7832d 100644
--- a/src/templates/timeslider.html
+++ b/src/templates/timeslider.html
@@ -61,11 +61,11 @@
<div id="ui-slider-bar"></div>
</div>
<div id="playpause_button">
- <button id="playpause_button_icon" class=""></button>
+ <button id="playpause_button_icon" class="" data-l10n-id="timeslider.playPause"></button>
</div>
<div id="steppers">
- <button class="stepper" id="leftstep"></button>
- <button class="stepper" id="rightstep"></button>
+ <button class="stepper" id="leftstep" data-l10n-id="timeslider.backRevision"></button>
+ <button class="stepper" id="rightstep" data-l10n-id="timeslider.forwardRevision"></button>
</div>
</div>