aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-11-23 13:49:24 +0100
committerMario Vavti <mario@mariovavti.com>2016-11-23 13:49:24 +0100
commit0ff24b6f215b9125876489741d8aff2b764a0175 (patch)
tree92b41e6f0d6dce6e7eae07d636e03f9758699b81 /include
parent6cf8ca5e43a693b6e0d7d2c410037505dc4cb6cf (diff)
downloadvolse-hubzilla-0ff24b6f215b9125876489741d8aff2b764a0175.tar.gz
volse-hubzilla-0ff24b6f215b9125876489741d8aff2b764a0175.tar.bz2
volse-hubzilla-0ff24b6f215b9125876489741d8aff2b764a0175.zip
whitespace and minor fixes
Diffstat (limited to 'include')
-rw-r--r--include/widgets.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/widgets.php b/include/widgets.php
index 97f3ec019..c9194c2a3 100644
--- a/include/widgets.php
+++ b/include/widgets.php
@@ -1017,7 +1017,7 @@ function widget_wiki_pages($arr) {
'$pages' => $pages,
'$canadd' => $can_create,
'$addnew' => t('Add new page'),
- '$pageName' => array('pageName', t('Enter the name of the new page:'), '', ''),
+ '$pageName' => array('pageName', t('Page name')),
));
}