From 2f2a257745e4ee745796ee148af42d11187665e4 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sun, 2 Mar 2014 18:43:22 +0000 Subject: [PATCH] Improve the descriptive text for missing tiddlers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now we explain that it’s a missing tiddler, and add a “create” button --- core/language/en-GB/Misc.multids | 2 ++ core/ui/ViewTemplate/body.tid | 9 +++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/core/language/en-GB/Misc.multids b/core/language/en-GB/Misc.multids index 4ef066f63..db627d79f 100644 --- a/core/language/en-GB/Misc.multids +++ b/core/language/en-GB/Misc.multids @@ -2,3 +2,5 @@ title: $:/language/ RecentChanges/DateFormat: DDth MMM YYYY CloseAll/Button: close all +MissingTiddler/Hint: Missing tiddler "<$text text=<>/>" +MissingTiddler/Create/Caption: create diff --git a/core/ui/ViewTemplate/body.tid b/core/ui/ViewTemplate/body.tid index 1e182c5df..15ff2f43f 100644 --- a/core/ui/ViewTemplate/body.tid +++ b/core/ui/ViewTemplate/body.tid @@ -1,8 +1,13 @@ title: $:/core/ui/ViewTemplate/body tags: $:/tags/ViewTemplate +\define lingo-base() $:/language/MissingTiddler/
-<$transclude /> +<$transclude> -
\ No newline at end of file +<$transclude tiddler="$:/language/MissingTiddler/Hint"/> <$button message="tw-edit-tiddler"><> + + + +