From dbe525b9dec726066a53b553a9293e7fdce2e171 Mon Sep 17 00:00:00 2001
From: Arpit Jalan <arpit@techapj.com>
Date: Tue, 20 May 2014 22:24:19 +0530
Subject: [PATCH] update Transifex project link

---
 script/pull_translations.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/pull_translations.rb b/script/pull_translations.rb
index 6d9bb1305..881f86857 100644
--- a/script/pull_translations.rb
+++ b/script/pull_translations.rb
@@ -39,7 +39,7 @@ YML_FILE_COMMENTS = <<END
 # Never edit this file. It will be overwritten when translations are pulled from Transifex.
 #
 # To work with us on translations, join this project:
-# https://www.transifex.com/projects/p/discourse-pt-br/
+# https://www.transifex.com/projects/p/discourse-org/
 END
 
 ALL_LOCALES = Dir.glob( File.expand_path("../../config/locales/client.*.yml", __FILE__) ).map {|x| x.split('.')[-2]}.sort