From 01b3962b2cc06b70186ee4c0d1c63c46410f0657 Mon Sep 17 00:00:00 2001 From: nameanyone Date: Thu, 15 May 2014 22:47:21 -0700 Subject: [PATCH] Rename $:/ShowEditPreview to $:/state/showeditpreview According to "Naming of System Tiddlers" --- core/ui/EditTemplate/body.tid | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/ui/EditTemplate/body.tid b/core/ui/EditTemplate/body.tid index fb80c55b9..a5092e920 100644 --- a/core/ui/EditTemplate/body.tid +++ b/core/ui/EditTemplate/body.tid @@ -2,9 +2,9 @@ title: $:/core/ui/EditTemplate/body tags: $:/tags/EditTemplate \define lingo-base() $:/language/EditTemplate/ -<$reveal state="$:/ShowEditPreview" type="match" text="yes"> +<$reveal state="$:/state/showeditpreview" type="match" text="yes"> -<> <$button type="set" set="$:/ShowEditPreview" setTo="no"><> +<> <$button type="set" set="$:/state/showeditpreview" setTo="no"><>
@@ -22,9 +22,9 @@ tags: $:/tags/EditTemplate -<$reveal state="$:/ShowEditPreview" type="nomatch" text="yes"> +<$reveal state="$:/state/showeditpreview" type="nomatch" text="yes"> -<> <$button type="set" set="$:/ShowEditPreview" setTo="yes"><> +<> <$button type="set" set="$:/state/showeditpreview" setTo="yes"><> <$edit field="text" class="tw-edit-texteditor" placeholder={{$:/language/EditTemplate/Body/Placeholder}}/>