aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
diff options
context:
space:
mode:
authorM. Dent <dentm42@gmail.com>2018-09-27 19:38:39 +0200
committerM. Dent <dentm42@gmail.com>2018-09-27 19:38:39 +0200
commitf17261020d977e217e6b05475baaba7bd06500af (patch)
tree53876fa1871c762887722a2feed1bec884e18325 /Zotlabs/Lib
parent269538fdc7aeaf0f16e35dc8c7a8f72ed93a8f43 (diff)
parent6f98ca68af59e7c27179b5b9712a4fa015ad7f47 (diff)
downloadvolse-hubzilla-f17261020d977e217e6b05475baaba7bd06500af.tar.gz
volse-hubzilla-f17261020d977e217e6b05475baaba7bd06500af.tar.bz2
volse-hubzilla-f17261020d977e217e6b05475baaba7bd06500af.zip
Merge branch 'dev' into 'dev'
Translate system app names See merge request hubzilla/core!1286
Diffstat (limited to 'Zotlabs/Lib')
-rw-r--r--Zotlabs/Lib/Apps.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Lib/Apps.php b/Zotlabs/Lib/Apps.php
index 4ee64f15e..519d5f35a 100644
--- a/Zotlabs/Lib/Apps.php
+++ b/Zotlabs/Lib/Apps.php
@@ -763,6 +763,7 @@ class Apps {
call_hooks('app_list',$hookinfo);
$r = $hookinfo['apps'];
for($x = 0; $x < count($r); $x ++) {
+ $r[$x]['app_name']=t(trim($r[$x]['app_name']));
if(! $r[$x]['app_system'])
$r[$x]['type'] = 'personal';
$r[$x]['term'] = q("select * from term where otype = %d and oid = %d",