> type="nomatch" text="" default="">
diff --git a/core/ui/EditTemplate/type.tid b/core/ui/EditTemplate/type.tid
index f93ea3f6c..1ac059597 100644
--- a/core/ui/EditTemplate/type.tid
+++ b/core/ui/EditTemplate/type.tid
@@ -1,7 +1,8 @@
title: $:/core/ui/EditTemplate/type
tags: $:/tags/EditTemplate
-<$fieldmangler>Type: <$edit-text field="type" tag="input" default="" placeholder="type" focusPopup=<> class="tw-edit-typeeditor"/> <$button popup=<> class="btn-invisible btn-dropdown">{{$:/core/images/down-arrow}}$button> <$button message="tw-remove-field" param="type" class="btn-invisible btn-icon">{{$:/core/images/delete-button}}$button>$fieldmangler>
+\define lingo-base() $:/language/EditTemplate/
+<$fieldmangler><> <$edit-text field="type" tag="input" default="" placeholder={{$:/language/EditTemplate/Type/Placeholder}} focusPopup=<> class="tw-edit-typeeditor"/> <$button popup=<> class="btn-invisible btn-dropdown">{{$:/core/images/down-arrow}}$button> <$button message="tw-remove-field" param="type" class="btn-invisible btn-icon">{{$:/core/images/delete-button}}$button>$fieldmangler>
<$reveal state=<> type="nomatch" text="" default="">
diff --git a/core/ui/EditorHint.tid b/core/ui/EditorHint.tid
deleted file mode 100644
index dac450c90..000000000
--- a/core/ui/EditorHint.tid
+++ /dev/null
@@ -1,3 +0,0 @@
-title: $:/core/ui/EditorHint
-
-Use WikiText to add formatting, images, and dynamic features
\ No newline at end of file
diff --git a/core/ui/MoreSideBar/All.tid b/core/ui/MoreSideBar/All.tid
index 4acbd3a05..404620e3c 100644
--- a/core/ui/MoreSideBar/All.tid
+++ b/core/ui/MoreSideBar/All.tid
@@ -1,5 +1,5 @@
title: $:/core/ui/MoreSideBar/All
tags: $:/tags/MoreSideBar
-caption: All
+caption: {{$:/language/SideBar/All/Caption}}
<$list filter="[!is[system]sort[title]]" template="$:/core/ui/ListItemTemplate"/>
diff --git a/core/ui/MoreSideBar/Drafts.tid b/core/ui/MoreSideBar/Drafts.tid
index fd402a488..736445868 100644
--- a/core/ui/MoreSideBar/Drafts.tid
+++ b/core/ui/MoreSideBar/Drafts.tid
@@ -1,5 +1,5 @@
title: $:/core/ui/MoreSideBar/Drafts
tags: $:/tags/MoreSideBar
-caption: Drafts
+caption: {{$:/language/SideBar/Drafts/Caption}}
<$list filter="[has[draft.of]sort[title]]" template="$:/core/ui/ListItemTemplate"/>
diff --git a/core/ui/MoreSideBar/Missing.tid b/core/ui/MoreSideBar/Missing.tid
index b0a13b833..ebed7d96a 100644
--- a/core/ui/MoreSideBar/Missing.tid
+++ b/core/ui/MoreSideBar/Missing.tid
@@ -1,5 +1,5 @@
title: $:/core/ui/MoreSideBar/Missing
tags: $:/tags/MoreSideBar
-caption: Missing
+caption: {{$:/language/SideBar/Missing/Caption}}
<$list filter="[is[missing]sort[title]]" template="$:/core/ui/MissingTemplate"/>
diff --git a/core/ui/MoreSideBar/Orphans.tid b/core/ui/MoreSideBar/Orphans.tid
index 9ff891248..56ffae4b6 100644
--- a/core/ui/MoreSideBar/Orphans.tid
+++ b/core/ui/MoreSideBar/Orphans.tid
@@ -1,5 +1,5 @@
title: $:/core/ui/MoreSideBar/Orphans
tags: $:/tags/MoreSideBar
-caption: Orphans
+caption: {{$:/language/SideBar/Orphans/Caption}}
<$list filter="[is[orphan]sort[title]]" template="$:/core/ui/ListItemTemplate"/>
diff --git a/core/ui/MoreSideBar/Recent.tid b/core/ui/MoreSideBar/Recent.tid
index e43ba1523..e1f041fa0 100644
--- a/core/ui/MoreSideBar/Recent.tid
+++ b/core/ui/MoreSideBar/Recent.tid
@@ -1,5 +1,5 @@
title: $:/core/ui/MoreSideBar/Recent
tags: $:/tags/MoreSideBar
-caption: Recent
+caption: {{$:/language/SideBar/Recent/Caption}}
{{$:/snippets/recentchanges}}
diff --git a/core/ui/MoreSideBar/Shadows.tid b/core/ui/MoreSideBar/Shadows.tid
index 53afdfe6c..041d1091d 100644
--- a/core/ui/MoreSideBar/Shadows.tid
+++ b/core/ui/MoreSideBar/Shadows.tid
@@ -1,5 +1,5 @@
title: $:/core/ui/MoreSideBar/Shadows
tags: $:/tags/MoreSideBar
-caption: Shadows
+caption: {{$:/language/SideBar/Shadows/Caption}}
<$list filter="[is[shadow]sort[title]]" template="$:/core/ui/ListItemTemplate"/>
diff --git a/core/ui/MoreSideBar/System.tid b/core/ui/MoreSideBar/System.tid
index bf785270e..8ad930887 100644
--- a/core/ui/MoreSideBar/System.tid
+++ b/core/ui/MoreSideBar/System.tid
@@ -1,5 +1,5 @@
title: $:/core/ui/MoreSideBar/System
tags: $:/tags/MoreSideBar
-caption: System
+caption: {{$:/language/SideBar/System/Caption}}
<$list filter="[is[system]sort[title]]" template="$:/core/ui/ListItemTemplate"/>
diff --git a/core/ui/MoreSideBar/Tags.tid b/core/ui/MoreSideBar/Tags.tid
index 13ee6e213..d320a67ce 100644
--- a/core/ui/MoreSideBar/Tags.tid
+++ b/core/ui/MoreSideBar/Tags.tid
@@ -1,6 +1,6 @@
title: $:/core/ui/MoreSideBar/Tags
tags: $:/tags/MoreSideBar
-caption: Tags
+caption: {{$:/language/SideBar/Tags/Caption}}
<$list filter="[tags[]sort[title]]">
<$transclude tiddler="$:/core/ui/TagTemplate"/>
diff --git a/core/ui/MoreSideBar/Types.tid b/core/ui/MoreSideBar/Types.tid
index 7c78f01bf..55c417016 100644
--- a/core/ui/MoreSideBar/Types.tid
+++ b/core/ui/MoreSideBar/Types.tid
@@ -1,6 +1,6 @@
title: $:/core/ui/MoreSideBar/Types
tags: $:/tags/MoreSideBar
-caption: Types
+caption: {{$:/language/SideBar/Types/Caption}}
<$list filter="[!is[system]has[type]each[type]sort[type]]">