From 8e5af48f7990a3026bf9cc972403737bb0c79a9c Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Fri, 8 Nov 2013 15:18:23 +0000 Subject: [PATCH] en.json: Add keyboard shortcuts for indent and outdent to translations --- src/locales/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index e651da43..01d3ff4f 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",