From 12108580752108953218bca30365e11beac9a1d6 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 20 Apr 2021 21:40:52 +1000 Subject: [PATCH] use "decrease indent" instead of "outdent" --- ftl/core/editing.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ftl/core/editing.ftl b/ftl/core/editing.ftl index 4731a4937..19e59632e 100644 --- a/ftl/core/editing.ftl +++ b/ftl/core/editing.ftl @@ -16,7 +16,7 @@ editing-edit-current = Edit Current editing-edit-html = Edit HTML editing-fields = Fields editing-html-editor = HTML Editor -editing-indent = Indent +editing-indent = Increase indent editing-italic-text-ctrlandi = Italic text (Ctrl+I) editing-jump-to-tags-with-ctrlandshiftandt = Jump to tags with Ctrl+Shift+T editing-justify = Justify @@ -28,7 +28,7 @@ editing-mathjax-chemistry = MathJax chemistry editing-mathjax-inline = MathJax inline editing-media = Media editing-ordered-list = Ordered list -editing-outdent = Outdent +editing-outdent = Decrease indent editing-paste = Paste editing-record-audio-f5 = Record audio (F5) editing-remove-formatting-ctrlandr = Remove formatting (Ctrl+R)