From 9e4b8af479250cffdfdace29ac876fe90df7670c Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 17 Aug 2006 06:47:48 +0000 Subject: [PATCH] Simplify the gettext extension on temp files --- docs/makepo.sh.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/makepo.sh.php b/docs/makepo.sh.php index 7289da6..f8b5e4b 100755 --- a/docs/makepo.sh.php +++ b/docs/makepo.sh.php @@ -44,7 +44,7 @@ foreach ($filelist AS $dirpath => $nodes) $files["$dirpath"] = BSFunctions::FetchSourcePath('./' . $dirpath) . '*.php'; $templates[] = array( 'orig' => BSFunctions::FetchSourcePath('./' . $dirpath) . $file, - 'temp' => BSFunctions::FetchSourcePath('./' . $dirpath) . $file . '.xgettext.php' + 'temp' => BSFunctions::FetchSourcePath('./' . $dirpath) . $file . '.xgt.php' ); } } -- 2.22.5