diff options
author | M. Dent <dentm42@gmail.com> | 2018-09-27 19:38:39 +0200 |
---|---|---|
committer | M. Dent <dentm42@gmail.com> | 2018-09-27 19:38:39 +0200 |
commit | f17261020d977e217e6b05475baaba7bd06500af (patch) | |
tree | 53876fa1871c762887722a2feed1bec884e18325 | |
parent | 269538fdc7aeaf0f16e35dc8c7a8f72ed93a8f43 (diff) | |
parent | 6f98ca68af59e7c27179b5b9712a4fa015ad7f47 (diff) | |
download | volse-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
-rw-r--r-- | Zotlabs/Lib/Apps.php | 1 |
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", |