diff options
author | John McLear <john@mclear.co.uk> | 2015-03-31 18:50:50 +0100 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2015-03-31 18:50:50 +0100 |
commit | 64034ee1c6701e05a57f2d332a2cd3ca58f318dc (patch) | |
tree | f528eb8bdbd0ba752e3373331388c56c0c2a8276 | |
parent | 48862dac6f69ff80507c0bad6608968f54430cd6 (diff) | |
download | etherpad-lite-64034ee1c6701e05a57f2d332a2cd3ca58f318dc.zip |
doh caps
-rw-r--r-- | src/locales/en.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/locales/en.json b/src/locales/en.json index 828844b0..24c56edf 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -121,9 +121,9 @@ "timeslider.version": "Version {{version}}", "timeslider.saved": "Saved {{month}} {{day}}, {{year}}", - "timeslider.playpause": "Playback / Pause Pad Contents", - "timeslider.backrevision":"Go back a revision in this Pad", - "timeslider.forwardrevision":"Go forward a revision in this Pad", + "timeslider.playPause": "Playback / Pause Pad Contents", + "timeslider.backRevision":"Go back a revision in this Pad", + "timeslider.forwardRevision":"Go forward a revision in this Pad", "timeslider.dateformat": "{{month}}/{{day}}/{{year}} {{hours}}:{{minutes}}:{{seconds}}", "timeslider.month.january": "January", |