From 294b0bfe61633ccafea1df70819802b78c953136 Mon Sep 17 00:00:00 2001 From: rurban Date: Sat, 10 Sep 2005 11:30:40 +0000 Subject: [PATCH] rewording git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4795 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/plugin/WikiAdminUtils.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/plugin/WikiAdminUtils.php b/lib/plugin/WikiAdminUtils.php index 6b9e23f84..d42fc82db 100644 --- a/lib/plugin/WikiAdminUtils.php +++ b/lib/plugin/WikiAdminUtils.php @@ -1,5 +1,5 @@ next())) { $pagename = $page->getName(); $wpn = new WikiPageName($pagename); - if (! $wpn->isValid()) { + if (! $wpn->isValid() ) { $dbi->purgePage($pagename); $list->pushContent(HTML::li($pagename)); $count++; @@ -137,7 +137,7 @@ extends WikiPlugin } $pages->free(); if (!$count) - return _("No pages with bad names were found."); + return _("No pages with bad names had to be deleted."); else { return HTML(fmt("Deleted %s pages with invalid names:", $count), HTML::div(array('align'=>'left'), $list)); -- 2.45.0