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/Widget | |
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/Widget')
-rw-r--r-- | Zotlabs/Widget/Wiki_pages.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Zotlabs/Widget/Wiki_pages.php b/Zotlabs/Widget/Wiki_pages.php index b4928ede5..ac44b8d88 100644 --- a/Zotlabs/Widget/Wiki_pages.php +++ b/Zotlabs/Widget/Wiki_pages.php @@ -56,7 +56,9 @@ class Wiki_pages { '$mimetype' => mimetype_select(0,$w['mimeType'], [ 'text/markdown' => t('Markdown'), 'text/bbcode' => t('BBcode'), 'text/plain' => t('Text') ]), '$pageName' => array('pageName', t('Page name')), - '$refresh' => $arr['refresh'] + '$refresh' => $arr['refresh'], + '$options' => t('Options'), + '$submit' => t('Submit') )); } } |