aboutsummaryrefslogtreecommitdiffstats
path: root/util/typo.php
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2015-09-29 12:40:24 +0200
committerzottel <github@zottel.net>2015-09-29 12:40:24 +0200
commitf950d27b3debfe08e022a477dbfb4fac101106e4 (patch)
tree38f62f0828163715c634e17290e2d77eb29d1b32 /util/typo.php
parent8e410f14b1b5b23e4c7e41d4902ac7b9cb529c1b (diff)
parent2a2da48d1871f408232a8397632f06528c8b43ae (diff)
downloadvolse-hubzilla-f950d27b3debfe08e022a477dbfb4fac101106e4.tar.gz
volse-hubzilla-f950d27b3debfe08e022a477dbfb4fac101106e4.tar.bz2
volse-hubzilla-f950d27b3debfe08e022a477dbfb4fac101106e4.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'util/typo.php')
-rw-r--r--util/typo.php6
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";