diff options
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"; |