From f163a1f12c2d8f33d05a5d5b46d940888a3c786e Mon Sep 17 00:00:00 2001 From: BurningTreeC Date: Tue, 4 Dec 2018 10:12:32 +0100 Subject: [PATCH] Missing stateTitle attr in fold button (#3620) --- core/ui/ViewToolbar/fold.tid | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/ui/ViewToolbar/fold.tid b/core/ui/ViewToolbar/fold.tid index 902344224..e35e58663 100644 --- a/core/ui/ViewToolbar/fold.tid +++ b/core/ui/ViewToolbar/fold.tid @@ -4,7 +4,7 @@ caption: {{$:/core/images/fold-button}} {{$:/language/Buttons/Fold/Caption}} description: {{$:/language/Buttons/Fold/Hint}} \whitespace trim -<$reveal type="nomatch" state=<> text="hide" default="show"> +<$reveal type="nomatch" stateTitle=<> text="hide" default="show"> <$button tooltip={{$:/language/Buttons/Fold/Hint}} aria-label={{$:/language/Buttons/Fold/Caption}} class=<>> <$action-sendmessage $message="tm-fold-tiddler" $param=<> foldedState=<>/> <$list filter="[prefix[yes]]" variable="listItem"> @@ -18,7 +18,7 @@ description: {{$:/language/Buttons/Fold/Hint}} -<$reveal type="match" state=<> text="hide" default="show"> +<$reveal type="match" stateTitle=<> text="hide" default="show"> <$button tooltip={{$:/language/Buttons/Unfold/Hint}} aria-label={{$:/language/Buttons/Unfold/Caption}} class=<>> <$action-sendmessage $message="tm-fold-tiddler" $param=<> foldedState=<>/> <$list filter="[prefix[yes]]" variable="listItem"> @@ -31,4 +31,4 @@ description: {{$:/language/Buttons/Fold/Hint}} - \ No newline at end of file +