Ticket #658: ticket658.patch

File ticket658.patch, 0.9 KB (added by FND, 4 years ago)
  • core/js/Lingo.js

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