aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-05-19 23:35:48 +0200
committerMario Vavti <mario@mariovavti.com>2016-05-19 23:35:48 +0200
commitc7cad6ab607dba34f5491a8ea55803a0da08fe1c (patch)
tree25fa40266240f1d1238af0bd01306604aef03d2b /Zotlabs/Module
parent0f5eb6521010b6cd41b07b1f4a1dea2c40d4ebae (diff)
parentfc239cb8a2ac944c159445961cd94ff9d35c9add (diff)
downloadvolse-hubzilla-c7cad6ab607dba34f5491a8ea55803a0da08fe1c.tar.gz
volse-hubzilla-c7cad6ab607dba34f5491a8ea55803a0da08fe1c.tar.bz2
volse-hubzilla-c7cad6ab607dba34f5491a8ea55803a0da08fe1c.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r--Zotlabs/Module/Admin.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/Zotlabs/Module/Admin.php b/Zotlabs/Module/Admin.php
index cb843e212..4d052cdf8 100644
--- a/Zotlabs/Module/Admin.php
+++ b/Zotlabs/Module/Admin.php
@@ -1408,7 +1408,9 @@ class Admin extends \Zotlabs\Web\Controller {
'$plugins' => $plugins,
'$disabled' => t('Disabled - version incompatibility'),
'$form_security_token' => get_form_security_token('admin_plugins'),
- '$addrepo' => t('Add Plugin Repo'),
+ '$managerepos' => t('Manage Repos'),
+ '$installedtitle' => t('Installed Plugin Repositories'),
+ '$addnewrepotitle' => t('Install a New Plugin Repository'),
'$expandform' => false,
'$form' => $admin_plugins_add_repo_form,
'$newRepoModal' => $newRepoModal,