diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-09-20 11:08:01 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-09-20 11:08:01 +0200 |
commit | 6f2dd5d32546c8f812e04bf098d61c7ec6ba73ac (patch) | |
tree | 53694520877725d184d2a095bc58b8a993c6fb3b /Zotlabs/Module | |
parent | 9e46472ca26f2bd38d2e71c221a9fbf5618b5822 (diff) | |
download | volse-hubzilla-6f2dd5d32546c8f812e04bf098d61c7ec6ba73ac.tar.gz volse-hubzilla-6f2dd5d32546c8f812e04bf098d61c7ec6ba73ac.tar.bz2 volse-hubzilla-6f2dd5d32546c8f812e04bf098d61c7ec6ba73ac.zip |
wiki: translateable strings and move page mimetype selector to options submenu
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r-- | Zotlabs/Module/Wiki.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Module/Wiki.php b/Zotlabs/Module/Wiki.php index 2668229ee..fe2bfbdfb 100644 --- a/Zotlabs/Module/Wiki.php +++ b/Zotlabs/Module/Wiki.php @@ -216,7 +216,8 @@ class Wiki extends \Zotlabs\Web\Controller { '$deny_cid' => $x['deny_cid'], '$deny_gid' => $x['deny_gid'], '$typelock' => array('typelock', t('Lock content type'), '', '', array(t('No'), t('Yes'))), - '$notify' => array('postVisible', t('Create a status post for this wiki'), '', '', array(t('No'), t('Yes'))) + '$notify' => array('postVisible', t('Create a status post for this wiki'), '', '', array(t('No'), t('Yes'))), + '$edit_wiki_name' => t('Edit Wiki Name') )); return $o; |