Rename to text color and text color highlight
This commit is contained in:
parent
4e133e7d8a
commit
66faa4ec25
@ -32,7 +32,8 @@ editing-outdent = Decrease indent
|
|||||||
editing-paste = Paste
|
editing-paste = Paste
|
||||||
editing-record-audio = Record audio
|
editing-record-audio = Record audio
|
||||||
editing-remove-formatting = Remove formatting
|
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-show-duplicates = Show Duplicates
|
||||||
editing-subscript = Subscript
|
editing-subscript = Subscript
|
||||||
editing-superscript = Superscript
|
editing-superscript = Superscript
|
||||||
@ -56,3 +57,4 @@ editing-cloze-deletion-ctrlandshiftandc = Cloze deletion (Ctrl+Shift+C)
|
|||||||
editing-change-colour-f8 = Change colour (F8)
|
editing-change-colour-f8 = Change colour (F8)
|
||||||
editing-set-foreground-colour-f7 = Set foreground colour (F7)
|
editing-set-foreground-colour-f7 = Set foreground colour (F7)
|
||||||
editing-customize-card-templates-ctrlandl = Customize Card Templates (Ctrl+L)
|
editing-customize-card-templates-ctrlandl = Customize Card Templates (Ctrl+L)
|
||||||
|
editing-set-foreground-color = Set foreground color
|
||||||
|
@ -39,7 +39,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||||||
<WithShortcut shortcut={"F7"} let:createShortcut let:shortcutLabel>
|
<WithShortcut shortcut={"F7"} let:createShortcut let:shortcutLabel>
|
||||||
<IconButton
|
<IconButton
|
||||||
tooltip={appendInParentheses(
|
tooltip={appendInParentheses(
|
||||||
tr.editingSetForegroundColor(),
|
tr.editingSetTextColor(),
|
||||||
shortcutLabel
|
shortcutLabel
|
||||||
)}
|
)}
|
||||||
{disabled}
|
{disabled}
|
||||||
@ -79,7 +79,11 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||||||
<WithColorHelper color={initialColor} let:colorHelperIcon let:setColor>
|
<WithColorHelper color={initialColor} let:colorHelperIcon let:setColor>
|
||||||
<OnlyEditable let:disabled>
|
<OnlyEditable let:disabled>
|
||||||
<ButtonGroupItem>
|
<ButtonGroupItem>
|
||||||
<IconButton on:click={backcolorWrap} {disabled}>
|
<IconButton
|
||||||
|
tooltip={tr.editingSetTextHighlightColor()}
|
||||||
|
{disabled}
|
||||||
|
on:click={backcolorWrap}
|
||||||
|
>
|
||||||
{@html highlightColorIcon}
|
{@html highlightColorIcon}
|
||||||
{@html colorHelperIcon}
|
{@html colorHelperIcon}
|
||||||
</IconButton>
|
</IconButton>
|
||||||
|
Loading…
Reference in New Issue
Block a user