From cd2b8115554e44c31867b4f1fdb4b2c0a3464097 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Sat, 26 Sep 2015 23:44:30 -0700 Subject: move string files to hmessages.po and hstrings.php for hubzilla to avoid endless merge conflicts. --- util/po2php.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/po2php.php') 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'; -- cgit v1.2.3