From 66faa4ec2542591e71bb396fc8ec7b08a53bc05a Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Mon, 26 Jul 2021 05:28:28 +0200 Subject: [PATCH] Rename to text color and text color highlight --- ftl/core/editing.ftl | 4 +++- ts/editor/ColorButtons.svelte | 8 ++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ftl/core/editing.ftl b/ftl/core/editing.ftl index c6e6d1265..92a1f7bca 100644 --- a/ftl/core/editing.ftl +++ b/ftl/core/editing.ftl @@ -32,7 +32,8 @@ editing-outdent = Decrease indent editing-paste = Paste editing-record-audio = Record audio editing-remove-formatting = Remove formatting -editing-set-foreground-color = Set foreground color +editing-set-text-color = Set text color +editing-set-text-highlight-color = Set text highlight color editing-show-duplicates = Show Duplicates editing-subscript = Subscript editing-superscript = Superscript @@ -56,3 +57,4 @@ editing-cloze-deletion-ctrlandshiftandc = Cloze deletion (Ctrl+Shift+C) editing-change-colour-f8 = Change colour (F8) editing-set-foreground-colour-f7 = Set foreground colour (F7) editing-customize-card-templates-ctrlandl = Customize Card Templates (Ctrl+L) +editing-set-foreground-color = Set foreground color diff --git a/ts/editor/ColorButtons.svelte b/ts/editor/ColorButtons.svelte index cdb8f72f7..bc518a6ff 100644 --- a/ts/editor/ColorButtons.svelte +++ b/ts/editor/ColorButtons.svelte @@ -39,7 +39,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html - + {@html highlightColorIcon} {@html colorHelperIcon}