diff --git a/core/js/Lingo.js b/core/js/Lingo.js
index bf4f818..5041164 100644
|
a
|
b
|
|
| 431 | 431 | MainMenu: "GettingStarted", |
| 432 | 432 | SiteTitle: "My TiddlyWiki", |
| 433 | 433 | SiteSubtitle: "a reusable non-linear personal web notebook", |
| 434 | | SiteUrl: "http://www.tiddlywiki.com/", |
| | 434 | SiteUrl: document.location.toString(), |
| 435 | 435 | SideBarOptions: '<<search>><<closeAll>><<permaview>><<newTiddler>><<newJournal "DD MMM YYYY" "journal">><<saveChanges>><<slider chkSliderOptionsPanel OptionsPanel "options \u00bb" "Change TiddlyWiki advanced options">>', |
| 436 | 436 | SideBarTabs: '<<tabs txtMainTab "Timeline" "Timeline" TabTimeline "All" "All tiddlers" TabAll "Tags" "All tags" TabTags "More" "More lists" TabMore>>', |
| 437 | 437 | TabMore: '<<tabs txtMoreTab "Missing" "Missing tiddlers" TabMoreMissing "Orphans" "Orphaned tiddlers" TabMoreOrphans "Shadowed" "Shadowed tiddlers" TabMoreShadowed>>', |