diff options
author | John McLear <john@mclear.co.uk> | 2015-04-05 14:03:09 +0100 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2015-04-05 14:03:09 +0100 |
commit | 41bb4ef094ebd22c5d0068dd9e0ca13816519c81 (patch) | |
tree | 6ed4028734921930a724d82ebd6a2348b2c775c3 /src/locales | |
parent | e49bb4017c5cd054ca2b1880c78148e10417de1f (diff) | |
download | etherpad-lite-41bb4ef094ebd22c5d0068dd9e0ca13816519c81.zip |
support for open dyslexic font
Diffstat (limited to 'src/locales')
-rw-r--r-- | src/locales/en.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/locales/en.json b/src/locales/en.json index 24c56edf..3e16c5de 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -38,6 +38,7 @@ "pad.settings.rtlcheck": "Read content from right to left?", "pad.settings.fontType": "Font type:", "pad.settings.fontType.normal": "Normal", + "pad.settings.fontType.opendyslexic": "Open Dyslexic", "pad.settings.fontType.monospaced": "Monospace", "pad.settings.fontType.comicsans": "Comic Sans", "pad.settings.fontType.couriernew": "Courier New", |