Normalise titles of toolbar button tiddlers

The title shouldn’t include the toolbar name if we’re starting to have
buttons which can be placed on more than one toolbar.
This commit is contained in:
Jermolene
2014-07-29 13:37:57 +01:00
parent 0d5380d4a6
commit 4de1a1adbe
20 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
title: $:/core/ui/PageControls/control-panel
title: $:/core/ui/Buttons/control-panel
tags: $:/tags/PageControls
caption: {{$:/core/images/options-button}} {{$:/language/Buttons/ControlPanel/Caption}}
+1 -1
View File
@@ -1,4 +1,4 @@
title: $:/core/ui/PageControls/home
title: $:/core/ui/Buttons/home
tags: $:/tags/PageControls
caption: {{$:/core/images/home-button}} {{$:/language/Buttons/Home/Caption}}
+1 -1
View File
@@ -1,4 +1,4 @@
title: $:/core/ui/PageControls/new-tiddler
title: $:/core/ui/Buttons/new-tiddler
tags: $:/tags/PageControls
caption: {{$:/core/images/new-button}} {{$:/language/Buttons/NewTiddler/Caption}}
+1 -1
View File
@@ -1,4 +1,4 @@
title: $:/core/ui/PageControls/save-wiki
title: $:/core/ui/Buttons/save-wiki
tags: $:/tags/PageControls
caption: {{$:/core/images/save-button}} {{$:/language/Buttons/SaveWiki/Caption}}