diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-26 23:44:30 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-26 23:44:30 -0700 |
commit | cd2b8115554e44c31867b4f1fdb4b2c0a3464097 (patch) | |
tree | ea813e421210193c772016ed9667e72776c4a03a /util/typo.php | |
parent | 15d1a6c9374a20379d98bfac729ecf10609a7759 (diff) | |
download | volse-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/typo.php')
-rw-r--r-- | util/typo.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/typo.php b/util/typo.php index 9edb7e78a..4e51cd37c 100644 --- a/util/typo.php +++ b/util/typo.php @@ -67,11 +67,11 @@ echo "String files\n"; - echo 'util/strings.php' . "\n"; - include_once('util/strings.php'); + echo 'util/hstrings.php' . "\n"; + include_once('util/hstrings.php'); echo count($a->strings) . ' strings' . "\n"; - $files = glob('view/*/strings.php'); + $files = glob('view/*/hstrings.php'); foreach($files as $file) { echo $file . "\n"; |