aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Wiki.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-12-01 11:38:49 +0100
committerMario Vavti <mario@mariovavti.com>2016-12-01 11:38:49 +0100
commitadb9f318038f4e0f54c8b3aacb2ed821b251500a (patch)
tree26d06cb60c2a2a951d4c1b5b94e8406f3bf67a85 /Zotlabs/Module/Wiki.php
parentd7f655dfc5b56601a79999cf8ae8bbc05d0f0259 (diff)
downloadvolse-hubzilla-adb9f318038f4e0f54c8b3aacb2ed821b251500a.tar.gz
volse-hubzilla-adb9f318038f4e0f54c8b3aacb2ed821b251500a.tar.bz2
volse-hubzilla-adb9f318038f4e0f54c8b3aacb2ed821b251500a.zip
more wiki cleanup
Diffstat (limited to 'Zotlabs/Module/Wiki.php')
-rw-r--r--Zotlabs/Module/Wiki.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/Zotlabs/Module/Wiki.php b/Zotlabs/Module/Wiki.php
index 82f4ab5ce..5b3c4c1d8 100644
--- a/Zotlabs/Module/Wiki.php
+++ b/Zotlabs/Module/Wiki.php
@@ -249,7 +249,7 @@ class Wiki extends \Zotlabs\Web\Controller {
'$chooseWikiMessage' => t('Choose an available wiki from the list on the left.'),
'$showPageControls' => $showPageControls,
'$editOrSourceLabel' => (($showPageControls) ? t('Edit') : t('Source')),
- '$tools_label' => 'Wiki Tools',
+ '$tools_label' => 'Page Tools',
'$showNewWikiButton'=> $showNewWikiButton,
'$showNewPageButton'=> $showNewPageButton,
'$channel' => $owner['channel_address'],
@@ -265,8 +265,6 @@ class Wiki extends \Zotlabs\Web\Controller {
'$mimeType' => $mimeType,
'$content' => $content,
'$renderedContent' => $renderedContent,
- '$wikiName' => array('wikiName', t('Enter the name of your new wiki:'), '', ''),
- '$pageName' => array('pageName', t('Enter the name of the new page:'), '', ''),
'$pageRename' => array('pageRename', t('New page name'), '', ''),
'$commitMsg' => array('commitMsg', '', '', '', '', 'placeholder="Short description of your changes (optional)"'),
'$pageHistory' => $pageHistory['history'],