whitespace and minor fixes

This commit is contained in:
Mario Vavti
2016-11-23 13:49:24 +01:00
parent 6cf8ca5e43
commit 0ff24b6f21
2 changed files with 13 additions and 18 deletions

View File

@@ -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')),
));
}