Skip to content

Commit

Permalink
Corrects description for RSS & Countdown modules
Browse files Browse the repository at this point in the history
  • Loading branch information
dleffler committed Mar 24, 2011
1 parent c520fe5 commit 59e1be6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -25,7 +25,7 @@ class countdownController extends expController {

function name() { return $this->displayname(); } //for backwards compat with old modules
function displayname() { return "Countdown"; }
function description() { return "Use this to put snippets of code, i.e. Javascript, embedded video, etc, on your site."; }
function description() { return "This module allows you to display a timer counting down to a specified date/time."; }
function author() { return "Ported to Exponent by Phillip Ball. JS written by http://www.hashemian.com/tools/javascript-countdown.htm"; }
function hasSources() { return true; }
function hasViews() { return true; }
Expand Down
2 changes: 1 addition & 1 deletion framework/modules/rss/controllers/rssController.php
Expand Up @@ -31,7 +31,7 @@ class rssController extends expController {

function name() { return $this->displayname(); } //for backwards compat with old modules
function displayname() { return "RSS Syndication"; }
function description() { return "This module will allow you to display a list of you syndicated RSS feeds on a web page"; }
function description() { return "This module will allow you to display a list of your syndicated RSS feeds on a web page"; }
function author() { return "Adam Kessler - OIC Group, Inc"; }
function hasSources() { return true; }
function hasViews() { return true; }
Expand Down

0 comments on commit 59e1be6

Please sign in to comment.