diff --git a/apps.json b/apps.json index 17a73365f..7d782041e 100644 --- a/apps.json +++ b/apps.json @@ -217,7 +217,7 @@ "name": "Sliding Clock", "icon": "slidingtext.png", "version":"0.01", - "description": "Inspired by the Pebble sliding clock the shift clock shifts changes the time by scrolling the old time off the screen and the new time on. You are also able to change language on the fly so you can see the time as written in other languages. Currently only English, French and Japanese are supported", + "description": "Inspired by the Pebble sliding clock, old times are scrolled off the screen and new times on. You are also able to change language on the fly so you can see the time written in other languages using button 1. Currently only English, French and Japanese are supported", "tags": "clock", "type":"clock", "allow_emulator":true, diff --git a/apps/slidingtext/README.md b/apps/slidingtext/README.md index 5701b108d..00f716e4a 100644 --- a/apps/slidingtext/README.md +++ b/apps/slidingtext/README.md @@ -1,6 +1,6 @@ # Sliding Text Clock - See the time in different languages -Inspired by the Pebble sliding clock the shift clock shifts changes the time by scrolling the old time off the screen and the new time on. You are also able to change language on the fly so you can see the time as written in other languages. Currently only English, French and Japanese are supported +Inspired by the Pebble sliding clock, old times are scrolled off the screen and new times on. You are also able to change language on the fly so you can see the time written in other languages using button 1. Currently only English, French and Japanese are supported ![](app.png) diff --git a/apps/slidingtext/app.png b/apps/slidingtext/app.png index 7ded64937..3680c3ce6 100644 Binary files a/apps/slidingtext/app.png and b/apps/slidingtext/app.png differ diff --git a/apps/slidingtext/slidingtext-icon.js b/apps/slidingtext/slidingtext-icon.js index d315f73b7..2fc42f023 100644 --- a/apps/slidingtext/slidingtext-icon.js +++ b/apps/slidingtext/slidingtext-icon.js @@ -1 +1 @@ -require("heatshrink").decompress(atob("mEwwkE/4A/AH4A/AHPyiU/AgPzC6MggEBDAMwl4RKmczFIX/iEAAAM/gEDCxMwCAUAkYXDiEDiIXK+UQifzmUggZHBJAIEBj5HK+cgFoI1BgIuBIoJ3NDAJuCiEQmchgSLO+YQC+MAl8yC5//+CRCPwcAYgYAH+MSPYKHCkECmcBkchgETFhKMBgMBJYMBIoKZBNYSqFl8z+XxFQJaBAYMQUYMxa4cwDAkDkUwmIkBYoQuCAAMxAgcgMYwvBeocQVYQABCQfzGAUvI4gXDUZPyh4aBh5HE+QkCUBHziBHIkETDYL8MU4qeBiBFImSrCJ48jKQf/kMjmczkUQbQLwJOoRSB+cCiEAgESCpguBZwZ4INRMAFwYWQmUBCwTkHABPxgETmchgBYNC4kROAMSLiIA/AH4A/AH4A0A")) +require("heatshrink").decompress(atob("lEowkE/4A/AH//+czCSKbBgXziYhKEQXxgMQgERgASIkf/CgM/+UBiISBCZAUBn4DBmcybAUTHZIUEmEQkcgl5gLJ4XygQCBj50MAYUQCZ3/HgXwkcyiZqBJxQoC+UD+cPXBIIBBQcwHIMBNwpNFDocQBoMwM4IUEn4kBMIZ3DAAMgQYoZCCYg6CVhKJFEQJyIn4VBkZrFDAgIJBxCqHO5DmJT4v/mQSIKxA+DDIIADCRJEDZgRCKIgjUHHJAPCPhprFExwSDJRgPDN5oUHCJ4A/AH4AIA==")) diff --git a/apps/slidingtext/slidingtext.png b/apps/slidingtext/slidingtext.png index 2dccd7831..9ebf691b3 100644 Binary files a/apps/slidingtext/slidingtext.png and b/apps/slidingtext/slidingtext.png differ