diff --git a/core/language/en-GB/ControlPanel.multids b/core/language/en-GB/ControlPanel.multids index 5e58104ea..8330c7101 100644 --- a/core/language/en-GB/ControlPanel.multids +++ b/core/language/en-GB/ControlPanel.multids @@ -6,10 +6,12 @@ EditorTypes/Editor/Caption: Editor EditorTypes/Hint: These tiddlers determine which editor is used to edit specific tiddler types. EditorTypes/Type/Caption: Type Advanced/Hint: Internal information about this TiddlyWiki +Info/Caption: Info +Info/Hint: Information about this TiddlyWiki 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. Settings/Caption: Settings -Settings/Hint: These advanced settings let you customise the behaviour of TiddlyWiki. +Settings/Hint: These settings let you customise the behaviour of TiddlyWiki. Settings/NavigationAddressBar/Caption: Navigation Address Bar Settings/NavigationAddressBar/Hint: Behaviour of the browser address bar when navigating to a tiddler: Settings/NavigationAddressBar/No/Description: Do not update the address bar diff --git a/core/ui/ControlPanel.tid b/core/ui/ControlPanel.tid index e4e652335..d127544b3 100644 --- a/core/ui/ControlPanel.tid +++ b/core/ui/ControlPanel.tid @@ -1,5 +1,5 @@ title: $:/ControlPanel
-<> +<>
diff --git a/core/ui/ControlPanel/Advanced.tid b/core/ui/ControlPanel/Advanced.tid index 0e27f8f58..63e9a182d 100644 --- a/core/ui/ControlPanel/Advanced.tid +++ b/core/ui/ControlPanel/Advanced.tid @@ -1,5 +1,5 @@ title: $:/core/ui/ControlPanel/Advanced -tags: $:/tags/ControlPanel +tags: $:/tags/ControlPanel/Info caption: {{$:/language/ControlPanel/Advanced/Caption}} {{$:/language/ControlPanel/Advanced/Hint}} diff --git a/core/ui/ControlPanel/Basics.tid b/core/ui/ControlPanel/Basics.tid index ca9f45de8..81cbaa76e 100644 --- a/core/ui/ControlPanel/Basics.tid +++ b/core/ui/ControlPanel/Basics.tid @@ -1,5 +1,5 @@ title: $:/core/ui/ControlPanel/Basics -tags: $:/tags/ControlPanel +tags: $:/tags/ControlPanel/Info caption: {{$:/language/ControlPanel/Basics/Caption}} \define lingo-base() $:/language/ControlPanel/Basics/ diff --git a/core/ui/ControlPanel/Info.tid b/core/ui/ControlPanel/Info.tid new file mode 100644 index 000000000..5c2462ffb --- /dev/null +++ b/core/ui/ControlPanel/Info.tid @@ -0,0 +1,9 @@ +title: $:/core/ui/ControlPanel/Info +tags: $:/tags/ControlPanel +caption: {{$:/language/ControlPanel/Info/Caption}} + +{{$:/language/ControlPanel/Info/Hint}} + +
+<> +
diff --git a/core/ui/ControlPanel/Settings.tid b/core/ui/ControlPanel/Settings.tid index 41ea8a753..f4a4b13c2 100644 --- a/core/ui/ControlPanel/Settings.tid +++ b/core/ui/ControlPanel/Settings.tid @@ -1,5 +1,5 @@ title: $:/core/ui/ControlPanel/Settings -tags: $:/tags/ControlPanel/Advanced +tags: $:/tags/ControlPanel caption: {{$:/language/ControlPanel/Settings/Caption}} \define lingo-base() $:/language/ControlPanel/Settings/ diff --git a/core/wiki/tags/ControlPanel.tid b/core/wiki/tags/ControlPanel.tid index 7d6989e01..f784a0531 100644 --- a/core/wiki/tags/ControlPanel.tid +++ b/core/wiki/tags/ControlPanel.tid @@ -1,2 +1,2 @@ title: $:/tags/ControlPanel -list: $:/core/ui/ControlPanel/Basics $:/core/ui/ControlPanel/Appearance $:/core/ui/ControlPanel/Saving $:/core/ui/ControlPanel/Plugins $:/core/ui/ControlPanel/Tools $:/core/ui/ControlPanel/Internals +list: $:/core/ui/ControlPanel/Info $:/core/ui/ControlPanel/Appearance $:/core/ui/ControlPanel/Settings $:/core/ui/ControlPanel/Saving $:/core/ui/ControlPanel/Plugins $:/core/ui/ControlPanel/Tools $:/core/ui/ControlPanel/Internals diff --git a/core/wiki/tags/ControlPanelInfo.tid b/core/wiki/tags/ControlPanelInfo.tid new file mode 100644 index 000000000..9453cc0c8 --- /dev/null +++ b/core/wiki/tags/ControlPanelInfo.tid @@ -0,0 +1,2 @@ +title: $:/tags/ControlPanel/Info +list: $:/core/ui/ControlPanel/Basics $:/core/ui/ControlPanel/Advanced