diff options
author | hubzilla <git@macgirvin.com> | 2016-05-20 06:09:12 +1000 |
---|---|---|
committer | hubzilla <git@macgirvin.com> | 2016-05-20 06:09:12 +1000 |
commit | fc239cb8a2ac944c159445961cd94ff9d35c9add (patch) | |
tree | f92e3193b68598eedf3a780b0429d74f68777972 /Zotlabs | |
parent | 3fe7bd8bcc579f0dfcde8bb1f49b72adde01b155 (diff) | |
parent | d5ca889cf5d479135560b1f915fb5d3986b28c65 (diff) | |
download | volse-hubzilla-fc239cb8a2ac944c159445961cd94ff9d35c9add.tar.gz volse-hubzilla-fc239cb8a2ac944c159445961cd94ff9d35c9add.tar.bz2 volse-hubzilla-fc239cb8a2ac944c159445961cd94ff9d35c9add.zip |
Merge pull request #395 from anaqreon/plugin-repo-ui
Plugin repo ui
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Module/Admin.php | 4 |
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, |