Follow-up 3ac3bc32fc48508deab171019e3539ece9bd72ff: change po to pot so that exporting from translatewiki.net works.

Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
This commit is contained in:
Siebrand Mazeland 2010-04-07 00:46:03 +02:00
parent 5dc169260d
commit 7bcb5c3c9e
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ define('LACONICA', true); // compatibility
require_once(INSTALLDIR . '/lib/common.php');
// Master StatusNet .pot file location (created by update_pot.sh)
$statusnet_pot = INSTALLDIR . '/locale/statusnet.po';
$statusnet_pot = INSTALLDIR . '/locale/statusnet.pot';
set_time_limit(60);
@ -98,7 +98,7 @@ foreach ($languages as $language) {
$new_file = curl_get_file($file_url);
if ($new_file === FALSE) {
echo "Couldn't retrieve .po file for $code: $file_url\n";
echo "Could not retrieve .po file for $code: $file_url\n";
continue;
}