mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-06 04:48:01 +00:00
Rename "tw-*" messages to "tm-*"
This commit is contained in:
@@ -34,7 +34,7 @@ CecilyStoryView.prototype.navigateTo = function(historyInfo) {
|
||||
var listItemWidget = this.listWidget.children[listElementIndex],
|
||||
targetElement = listItemWidget.findFirstDomNode();
|
||||
// Scroll the node into view
|
||||
this.listWidget.dispatchEvent({type: "tw-scroll", target: targetElement});
|
||||
this.listWidget.dispatchEvent({type: "tm-scroll", target: targetElement});
|
||||
};
|
||||
|
||||
CecilyStoryView.prototype.insert = function(widget) {
|
||||
|
@@ -3,10 +3,10 @@ caption: Server
|
||||
tags: $:/tags/ControlPanel
|
||||
|
||||
<$reveal state="$:/status/IsLoggedIn" type="nomatch" text="yes">
|
||||
Log in to ~TiddlyWeb: <$button message="tw-login">Login</$button>
|
||||
Log in to ~TiddlyWeb: <$button message="tm-login">Login</$button>
|
||||
</$reveal>
|
||||
<$reveal state="$:/status/IsLoggedIn" type="match" text="yes">
|
||||
Logged in as {{$:/status/UserName}} <$button message="tw-logout">Logout</$button>
|
||||
Logged in as {{$:/status/UserName}} <$button message="tm-logout">Logout</$button>
|
||||
</$reveal>
|
||||
|
||||
----
|
||||
@@ -17,4 +17,4 @@ Host configuration: <$edit-text tiddler="$:/config/tiddlyweb/host" tag="input" d
|
||||
|
||||
----
|
||||
|
||||
<$button message="tw-server-refresh">Refresh</$button> to fetch changes from the server immediately
|
||||
<$button message="tm-server-refresh">Refresh</$button> to fetch changes from the server immediately
|
||||
|
@@ -19,7 +19,7 @@ or click to pick a file <$browse/>
|
||||
|
||||
<$reveal state="$:/Import!!status" type="match" text="pending">
|
||||
|
||||
The following tiddlers will be included in the upgrade <$button message="tw-perform-import" param="$:/Import">Upgrade</$button>
|
||||
The following tiddlers will be included in the upgrade <$button message="tm-perform-import" param="$:/Import">Upgrade</$button>
|
||||
|
||||
{{$:/Import||$:/core/ui/ImportListing}}
|
||||
|
||||
|
@@ -1,3 +1,3 @@
|
||||
title: $:/plugins/tiddlywiki/upgrade/save
|
||||
|
||||
<$button message="tw-download-file" param="$:/plugins/tiddlywiki/upgrade/save-tiddler-filter" class="tc-btn-big-green">Save upgraded ~TiddlyWiki file {{$:/core/images/save-button}}</$button>
|
||||
<$button message="tm-download-file" param="$:/plugins/tiddlywiki/upgrade/save-tiddler-filter" class="tc-btn-big-green">Save upgraded ~TiddlyWiki file {{$:/core/images/save-button}}</$button>
|
||||
|
Reference in New Issue
Block a user