diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-11-23 13:49:24 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-11-23 13:49:24 +0100 |
commit | 0ff24b6f215b9125876489741d8aff2b764a0175 (patch) | |
tree | 92b41e6f0d6dce6e7eae07d636e03f9758699b81 /include/widgets.php | |
parent | 6cf8ca5e43a693b6e0d7d2c410037505dc4cb6cf (diff) | |
download | volse-hubzilla-0ff24b6f215b9125876489741d8aff2b764a0175.tar.gz volse-hubzilla-0ff24b6f215b9125876489741d8aff2b764a0175.tar.bz2 volse-hubzilla-0ff24b6f215b9125876489741d8aff2b764a0175.zip |
whitespace and minor fixes
Diffstat (limited to 'include/widgets.php')
-rw-r--r-- | include/widgets.php | 2 |
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')), )); } |