diff options
author | Prateek Saxena <prtksxna@gmail.com> | 2014-10-14 18:14:47 +0530 |
---|---|---|
committer | Prateek Saxena <prtksxna@gmail.com> | 2014-10-14 18:14:47 +0530 |
commit | 8af34a2295f2ff85cf0bd3212ce12da11a7d0756 (patch) | |
tree | 04495faa7b9bbf1fa473980140c463ef75606cf1 /src/locales | |
parent | aee652dafc4c62be0b6ed83efcb6f30378d269da (diff) | |
download | etherpad-lite-8af34a2295f2ff85cf0bd3212ce12da11a7d0756.zip |
Replace "-" with "+" in tooltips with keyboard shortcuts
Ctrl-Shift-L seems counter intuitive as you have to press
the keys together.
Diffstat (limited to 'src/locales')
-rw-r--r-- | src/locales/en.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/locales/en.json b/src/locales/en.json index 9f9cea84..d9b98389 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -2,16 +2,16 @@ "index.newPad": "New Pad", "index.createOpenPad": "or create/open a Pad with the name:", - "pad.toolbar.bold.title": "Bold (Ctrl-B)", - "pad.toolbar.italic.title": "Italic (Ctrl-I)", - "pad.toolbar.underline.title": "Underline (Ctrl-U)", - "pad.toolbar.strikethrough.title": "Strikethrough (Ctrl-5)", - "pad.toolbar.ol.title": "Ordered list (Ctrl-Shift-N)", - "pad.toolbar.ul.title": "Unordered List (Ctrl-Shift-L)", + "pad.toolbar.bold.title": "Bold (Ctrl+B)", + "pad.toolbar.italic.title": "Italic (Ctrl+I)", + "pad.toolbar.underline.title": "Underline (Ctrl+U)", + "pad.toolbar.strikethrough.title": "Strikethrough (Ctrl+5)", + "pad.toolbar.ol.title": "Ordered list (Ctrl+Shift+N)", + "pad.toolbar.ul.title": "Unordered List (Ctrl+Shift+L)", "pad.toolbar.indent.title": "Indent (TAB)", "pad.toolbar.unindent.title": "Outdent (Shift+TAB)", - "pad.toolbar.undo.title": "Undo (Ctrl-Z)", - "pad.toolbar.redo.title": "Redo (Ctrl-Y)", + "pad.toolbar.undo.title": "Undo (Ctrl+Z)", + "pad.toolbar.redo.title": "Redo (Ctrl+Y)", "pad.toolbar.clearAuthorship.title": "Clear Authorship Colors", "pad.toolbar.import_export.title": "Import/Export from/to different file formats", "pad.toolbar.timeslider.title": "Timeslider", |