aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-11-17 14:17:26 +0100
committerMario Vavti <mario@mariovavti.com>2016-11-17 14:17:26 +0100
commit0b0e0f8f43fc199e0b45a15cc2bc1bd228b58ba9 (patch)
tree3e626a4f7506ae8ae81e872e31f862d5e8d048d6 /include
parenta444c860a466e06d95a591dc6946229fe8f39753 (diff)
downloadvolse-hubzilla-0b0e0f8f43fc199e0b45a15cc2bc1bd228b58ba9.tar.gz
volse-hubzilla-0b0e0f8f43fc199e0b45a15cc2bc1bd228b58ba9.tar.bz2
volse-hubzilla-0b0e0f8f43fc199e0b45a15cc2bc1bd228b58ba9.zip
wiki list fixes
Diffstat (limited to 'include')
-rw-r--r--include/widgets.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/widgets.php b/include/widgets.php
index e74f2c58b..3dc555b46 100644
--- a/include/widgets.php
+++ b/include/widgets.php
@@ -965,8 +965,9 @@ function widget_wiki_list($arr) {
'$edit' => t('Edit'),
'$download' => t('Download'),
'$view' => t('View'),
- '$addnew' => t('Add new wiki'),
- '$wikiName' => array('wikiName', t('Enter the name of your new wiki:'), '', ''),
+ '$addnew' => t('Create new wiki'),
+ '$create' => t('Create'),
+ '$wikiName' => array('wikiName', t('Wiki name'), '', ''),
'$lockstate' => $x['lockstate'],
'$acl' => $x['acl'],
'$allow_cid' => $x['allow_cid'],
@@ -974,6 +975,7 @@ function widget_wiki_list($arr) {
'$deny_cid' => $x['deny_cid'],
'$deny_gid' => $x['deny_gid'],
'$bang' => $x['bang'],
+ '$notify' => t('Send notification')
));
}
return '';