aboutsummaryrefslogtreecommitdiffstats
path: root/util/php2po.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-09-26 23:44:30 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-09-26 23:44:30 -0700
commitcd2b8115554e44c31867b4f1fdb4b2c0a3464097 (patch)
treeea813e421210193c772016ed9667e72776c4a03a /util/php2po.php
parent15d1a6c9374a20379d98bfac729ecf10609a7759 (diff)
downloadvolse-hubzilla-cd2b8115554e44c31867b4f1fdb4b2c0a3464097.tar.gz
volse-hubzilla-cd2b8115554e44c31867b4f1fdb4b2c0a3464097.tar.bz2
volse-hubzilla-cd2b8115554e44c31867b4f1fdb4b2c0a3464097.zip
move string files to hmessages.po and hstrings.php for hubzilla to avoid endless merge conflicts.
Diffstat (limited to 'util/php2po.php')
-rw-r--r--util/php2po.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/php2po.php b/util/php2po.php
index d3ce0a5af..f071c60bf 100644
--- a/util/php2po.php
+++ b/util/php2po.php
@@ -8,12 +8,12 @@
}
if ($argc!=2) {
- print "Usage: ".$argv[0]." <strings.php>\n\n";
+ print "Usage: ".$argv[0]." <hstrings.php>\n\n";
return;
}
$phpfile = $argv[1];
- $pofile = dirname($phpfile)."/messages.po";
+ $pofile = dirname($phpfile)."/hmessages.po";
if (!file_exists($phpfile)){
print "Unable to find '$phpfile'\n";