diff --git a/editor/scriptList.ts b/editor/scriptList.ts index 89241d08..6682d38e 100644 --- a/editor/scriptList.ts +++ b/editor/scriptList.ts @@ -6295,7 +6295,7 @@ module TDev { export module Browser { } if (this.correspondingTopic) { - docsButtonDiv.appendChildren([HTML.mkButton(lf("follow"), () => { + docsButtonDiv.appendChildren([HTML.mkButton(lf("follow tutorial in editor"), () => { tick(Ticks.browseFollowTopic) this.correspondingTopic.follow() })])