TiddlyWiki.org

Ticket #421: Ticket421.patch

File Ticket421.patch, 0.6 kB (added by SaqImtiaz, 9 months ago)
  • Lingo.js

    old new  
    314314        hasChanged: "Changed while unplugged", 
    315315        hasNotChanged: "Unchanged while unplugged", 
    316316        syncStatusList: { 
    317                 none: {text: "...", color: "none"}, 
     317                none: {text: "...", color: "transparent"}, 
    318318                changedServer: {text: "Changed on server", color: '#80ff80'}, 
    319319                changedLocally: {text: "Changed while unplugged", color: '#80ff80'}, 
    320320                changedBoth: {text: "Changed while unplugged and on server", color: '#ff8080'},