diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-08-25 18:12:20 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-08-25 18:12:20 -0400 |
commit | c8b8f07af14ad2ce9d0c0267962dd3bbf6473a4b (patch) | |
tree | 2ed665ca0639c845f425c671fdffccc01e6ddc3a /scripts/update_translations.php | |
parent | d0baab6978f1959382d568d26cc9f8f552a7b764 (diff) |
change Laconica and Control Yourself to StatusNet in PHP files
Diffstat (limited to 'scripts/update_translations.php')
-rwxr-xr-x | scripts/update_translations.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/update_translations.php b/scripts/update_translations.php index 2f4ca8720..3624b6768 100755 --- a/scripts/update_translations.php +++ b/scripts/update_translations.php @@ -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); |