diff src/facebook.coffee @ 24:08d9679da0f7

s/wrotes/writes/
author Mathias Gebbe <mgebbe@intevation.de>
date Thu, 19 Jun 2014 13:01:11 +0200
parents b90e6df48d2d
children f27ddfa42e94
line wrap: on
line diff
--- a/src/facebook.coffee	Wed Jun 18 13:09:13 2014 +0200
+++ b/src/facebook.coffee	Thu Jun 19 13:01:11 2014 +0200
@@ -359,7 +359,7 @@
     if result.length is 0
       body = post.object.content.replace(/<(?:.|\n)*?>/gm, '') + " " + post.object.url
       if post.verb is "share"
-        text = post.object.author.url + " wrotes:"
+        text = post.object.author.url + " writes:"
       FB.api "me/feed", "post",
         message: text + body
       , (res) ->
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)