1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Fix "remove" tooltip in keyboard shortcuts (#4405)

this PR just fixes the tooltip of the small "remove" button in the keyboard-shortcut dropdown
This commit is contained in:
Simon Huber 2020-01-04 12:25:43 +01:00 committed by Jeremy Ruston
parent ae3ca9bccd
commit 75ba862a7e

View File

@ -42,7 +42,7 @@ caption: {{$:/language/ControlPanel/KeyboardShortcuts/Caption}}
</div>
""">
<div class="tc-dropdown-item-plain">
<$button class="tc-btn-invisible" tooltip=<<lingo Remove/Hint>>>
<$button class="tc-btn-invisible" tooltip={{$:/language/ControlPanel/KeyboardShortcuts/Remove/Hint}}>
<$action-listops
$tiddler="$(shortcutTitle)$"
$field="text"