Add caption to ControlPanel LayoutSwitcher (#5103)

* Update LayoutSwitcher.tid

* Update ControlPanel.multids
This commit is contained in:
Simon Huber
2020-11-23 19:15:04 +00:00
committed by GitHub
parent 519962b4a9
commit af72fdf245
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -44,6 +44,7 @@ KeyboardShortcuts/Platform/Linux: Linux platform only
KeyboardShortcuts/Platform/NonLinux: Non-Linux platforms only
KeyboardShortcuts/Platform/Windows: Windows platform only
KeyboardShortcuts/Platform/NonWindows: Non-Windows platforms only
LayoutSwitcher/Caption: Layout
LoadedModules/Caption: Loaded Modules
LoadedModules/Hint: These are the currently loaded tiddler modules linked to their source tiddlers. Any italicised modules lack a source tiddler, typically because they were setup during the boot process.
Palette/Caption: Palette
+2 -1
View File
@@ -1,5 +1,6 @@
title: $:/snippets/LayoutSwitcher
tags: $:/tags/ControlPanel/Appearance
caption: {{$:/language/ControlPanel/LayoutSwitcher/Caption}}
<$linkcatcher to="$:/layout">
<div class="tc-chooser">
@@ -13,4 +14,4 @@ tags: $:/tags/ControlPanel/Appearance
</$list>
</$list>
</div>
</$linkcatcher>
</$linkcatcher>