aboutsummaryrefslogtreecommitdiffstats
path: root/util/po2php.php
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2015-09-29 12:40:24 +0200
committerzottel <github@zottel.net>2015-09-29 12:40:24 +0200
commitf950d27b3debfe08e022a477dbfb4fac101106e4 (patch)
tree38f62f0828163715c634e17290e2d77eb29d1b32 /util/po2php.php
parent8e410f14b1b5b23e4c7e41d4902ac7b9cb529c1b (diff)
parent2a2da48d1871f408232a8397632f06528c8b43ae (diff)
downloadvolse-hubzilla-f950d27b3debfe08e022a477dbfb4fac101106e4.tar.gz
volse-hubzilla-f950d27b3debfe08e022a477dbfb4fac101106e4.tar.bz2
volse-hubzilla-f950d27b3debfe08e022a477dbfb4fac101106e4.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'util/po2php.php')
-rw-r--r--util/po2php.php2
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';