diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-09-30 12:21:36 +0200 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-09-30 12:21:36 +0200 |
commit | e07ff7d3fbb9bef720831dc71470b70a882abfdf (patch) | |
tree | 68934f0deb2fb9edef69954d1016734bc8662957 /util/typo.php | |
parent | b22fa9f7f4b77569c29b0fc881373393281b7bf4 (diff) | |
parent | e769fbaffb09aa673d7475c598e7df7e7978d210 (diff) | |
download | volse-hubzilla-e07ff7d3fbb9bef720831dc71470b70a882abfdf.tar.gz volse-hubzilla-e07ff7d3fbb9bef720831dc71470b70a882abfdf.tar.bz2 volse-hubzilla-e07ff7d3fbb9bef720831dc71470b70a882abfdf.zip |
Merge remote-tracking branch 'upstream/master'
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"; |