]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/update_translations.php
change Laconica and Control Yourself to StatusNet in PHP files
[quix0rs-gnu-social.git] / scripts / update_translations.php
index 2f4ca87208ec7da55fb7dbfa5248c3ba94058e1c..3624b6768f50c47d46bba994b2282bd028e2c67c 100755 (executable)
@@ -1,8 +1,8 @@
 #!/usr/bin/env php
 <?php
 /*
- * Laconica - a distributed open-source microblogging tool
- * Copyright (C) 2008, 2009, Control Yourself, Inc.
+ * StatusNet - a distributed open-source microblogging tool
+ * Copyright (C) 2008, 2009, StatusNet, Inc.
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as published by
@@ -29,7 +29,7 @@ define('LACONICA', true);
 
 require_once(INSTALLDIR . '/lib/common.php');
 
-// Master Laconica .pot file location (created by update_pot.sh)
+// Master StatusNet .pot file location (created by update_pot.sh)
 $laconica_pot = INSTALLDIR . '/locale/laconica.po';
 
 set_time_limit(60);