From cd2b8115554e44c31867b4f1fdb4b2c0a3464097 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Sat, 26 Sep 2015 23:44:30 -0700 Subject: move string files to hmessages.po and hstrings.php for hubzilla to avoid endless merge conflicts. --- util/typo.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'util/typo.php') 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"; -- cgit v1.2.3