diff options
Diffstat (limited to 'util/po2php.php')
-rw-r--r-- | util/po2php.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/po2php.php b/util/po2php.php index 34aedf030..e8f6c2c39 100644 --- a/util/po2php.php +++ b/util/po2php.php @@ -9,7 +9,7 @@ function po2php_run($argv, $argc) { } $pofile = $argv[1]; - $outfile = dirname($pofile)."/strings.php"; + $outfile = dirname($pofile)."/hstrings.php"; if(strstr($outfile,'util')) $lang = 'en'; |