1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-12-12 11:48:06 +00:00

Rename "tw-*" messages to "tm-*"

This commit is contained in:
Jermolene
2014-08-28 21:43:44 +01:00
parent db40ac85c2
commit 2f69ea362c
106 changed files with 211 additions and 211 deletions

View File

@@ -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