Mercurial > pumpbridge
diff src/twitter.coffee @ 24:08d9679da0f7
s/wrotes/writes/
author | Mathias Gebbe <mgebbe@intevation.de> |
---|---|
date | Thu, 19 Jun 2014 13:01:11 +0200 |
parents | 8c56fdbac0fb |
children | f27ddfa42e94 |
line wrap: on
line diff
--- a/src/twitter.coffee Wed Jun 18 13:09:13 2014 +0200 +++ b/src/twitter.coffee Thu Jun 19 13:01:11 2014 +0200 @@ -128,7 +128,7 @@ re = new RegExp(String.fromCharCode(160), "g") text = text.replace(re, " ") if post.verb is "share" - status = post.object.author.url + " wrotes: " + status = post.object.author.url + " writes: " if text.length <= 140 status += text else