aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-09-26 23:44:30 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-09-26 23:44:30 -0700
commitcd2b8115554e44c31867b4f1fdb4b2c0a3464097 (patch)
treeea813e421210193c772016ed9667e72776c4a03a /mod
parent15d1a6c9374a20379d98bfac729ecf10609a7759 (diff)
downloadvolse-hubzilla-cd2b8115554e44c31867b4f1fdb4b2c0a3464097.tar.gz
volse-hubzilla-cd2b8115554e44c31867b4f1fdb4b2c0a3464097.tar.bz2
volse-hubzilla-cd2b8115554e44c31867b4f1fdb4b2c0a3464097.zip
move string files to hmessages.po and hstrings.php for hubzilla to avoid endless merge conflicts.
Diffstat (limited to 'mod')
-rw-r--r--mod/admin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/admin.php b/mod/admin.php
index 7d7c50dcf..aaf00b14f 100644
--- a/mod/admin.php
+++ b/mod/admin.php
@@ -332,10 +332,10 @@ function admin_page_site(&$a) {
/* Installed langs */
$lang_choices = array();
- $langs = glob('view/*/strings.php');
+ $langs = glob('view/*/hstrings.php');
if(is_array($langs) && count($langs)) {
- if(! in_array('view/en/strings.php',$langs))
+ if(! in_array('view/en/hstrings.php',$langs))
$langs[] = 'view/en/';
asort($langs);
foreach($langs as $l) {