Skip to content

Commit

Permalink
Item11746: text change
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x01@14802 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed May 12, 2012
1 parent 72324e5 commit 9c56188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/Configure/Checker.pm
Expand Up @@ -271,7 +271,7 @@ sub checkTreePerms {
&& -d $path )
{
unless ( -e "$path/$Foswiki::cfg{WebPrefsTopicName}.txt" ) {
$permErrs .= " $path missing $Foswiki::cfg{WebPrefsTopicName} Topic"
$permErrs .= " $path missing $Foswiki::cfg{WebPrefsTopicName} topic"
. CGI::br();
$this->{missingFile}++;
}
Expand Down

0 comments on commit 9c56188

Please sign in to comment.