Add some missing tooltips
https://forums.ankiweb.net/t/two-editor-buttons-do-not-have-tooltips/30203
This commit is contained in:
parent
a7578245d0
commit
6f650dd7df
@ -67,6 +67,8 @@ editing-mathjax-preview = MathJax Preview
|
|||||||
editing-shrink-images = Shrink Images
|
editing-shrink-images = Shrink Images
|
||||||
editing-close-html-tags = Auto-close HTML tags
|
editing-close-html-tags = Auto-close HTML tags
|
||||||
editing-from-clipboard = From Clipboard
|
editing-from-clipboard = From Clipboard
|
||||||
|
editing-alignment = Alignment
|
||||||
|
editing-equations = Equations
|
||||||
|
|
||||||
## You don't need to translate these strings, as they will be replaced with different ones soon.
|
## You don't need to translate these strings, as they will be replaced with different ones soon.
|
||||||
|
|
||||||
|
@ -110,6 +110,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||||||
>
|
>
|
||||||
<span class="block-buttons" use:asReference>
|
<span class="block-buttons" use:asReference>
|
||||||
<IconButton
|
<IconButton
|
||||||
|
tooltip={tr.editingAlignment()}
|
||||||
{disabled}
|
{disabled}
|
||||||
on:click={() => (showFloating = !showFloating)}
|
on:click={() => (showFloating = !showFloating)}
|
||||||
>
|
>
|
||||||
|
@ -89,6 +89,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||||||
>
|
>
|
||||||
<IconButton
|
<IconButton
|
||||||
slot="reference"
|
slot="reference"
|
||||||
|
tooltip={tr.editingEquations()}
|
||||||
{disabled}
|
{disabled}
|
||||||
on:click={() => (showFloating = !showFloating)}
|
on:click={() => (showFloating = !showFloating)}
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user