Changeset 219

Show
Ignore:
Timestamp:
02/17/09 20:46:44 (9 months ago)
Author:
cedenoj
Message:

refs #2828 fixing typo.
Thanks Eric for catching that

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • elgg/trunk/mod/community/lib/communities_owned.php

    r218 r219  
    1212            } 
    1313            $body .= "</ul>"; 
    14             $body .= "<p><a href=\"" . url . $_SESSION['username'] . "/communities/owned#create_community\">[Create Communities]</a></p>"; 
     14            $body .= "<p><a href=\"" . url . $_SESSION['username'] . "/communities/owned#create_community\">[Create a Community]</a></p>"; 
    1515            // $run_result .= $body; 
    1616            $run_result .= "<li id=\"community_owned\">";