diff --git a/src/locales/en.json b/src/locales/en.json index e651da43f..01d3ff4ff 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -8,8 +8,8 @@ "pad.toolbar.strikethrough.title": "Strikethrough", "pad.toolbar.ol.title": "Ordered list", "pad.toolbar.ul.title": "Unordered List", - "pad.toolbar.indent.title": "Indent", - "pad.toolbar.unindent.title": "Outdent", + "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.clearAuthorship.title": "Clear Authorship Colors",