diff options
author | zottel <github@zottel.net> | 2015-09-29 12:40:24 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2015-09-29 12:40:24 +0200 |
commit | f950d27b3debfe08e022a477dbfb4fac101106e4 (patch) | |
tree | 38f62f0828163715c634e17290e2d77eb29d1b32 /util/php2po.php | |
parent | 8e410f14b1b5b23e4c7e41d4902ac7b9cb529c1b (diff) | |
parent | 2a2da48d1871f408232a8397632f06528c8b43ae (diff) | |
download | volse-hubzilla-f950d27b3debfe08e022a477dbfb4fac101106e4.tar.gz volse-hubzilla-f950d27b3debfe08e022a477dbfb4fac101106e4.tar.bz2 volse-hubzilla-f950d27b3debfe08e022a477dbfb4fac101106e4.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'util/php2po.php')
-rw-r--r-- | util/php2po.php | 4 |
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"; |