Add tooltip that you can double-click image for restoring its size (#1738)

* Add tooltip that you can double-click image for restoring its size

* Update ftl/core/editing.ftl

Lower case label
This commit is contained in:
Henrik Giesel 2022-03-24 10:53:57 +01:00 committed by GitHub
parent 9029c5f497
commit bf20353b53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ editing-couldnt-record-audio-have-you-installed = Couldn't record audio. Have yo
editing-customize-card-templates = Customize Card Templates
editing-customize-fields = Customize Fields
editing-cut = Cut
editing-double-click-image = double-click image
editing-edit-current = Edit Current
editing-edit-html = Edit HTML
editing-fields = Fields

View File

@ -23,7 +23,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
<IconButton
{active}
flipX={$direction === "rtl"}
tooltip={tr.editingActualSize()}
tooltip="{tr.editingActualSize()} ({tr.editingDoubleClickImage()})"
on:click
--border-left-radius="5px"
--border-right-radius="5px">{@html icon}</IconButton