aboutsummaryrefslogtreecommitdiffstats
path: root/util/typo.php
diff options
context:
space:
mode:
authorHaakon Meland Eriksen <haakon.eriksen@far.no>2015-09-30 12:21:36 +0200
committerHaakon Meland Eriksen <haakon.eriksen@far.no>2015-09-30 12:21:36 +0200
commite07ff7d3fbb9bef720831dc71470b70a882abfdf (patch)
tree68934f0deb2fb9edef69954d1016734bc8662957 /util/typo.php
parentb22fa9f7f4b77569c29b0fc881373393281b7bf4 (diff)
parente769fbaffb09aa673d7475c598e7df7e7978d210 (diff)
downloadvolse-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.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";