Skip to content

Commit

Permalink
Remove a stray period.
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Jun 15, 2010
1 parent 9504f71 commit d96ce71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/organize/helpers/organize_event.php
Expand Up @@ -51,7 +51,7 @@ static function pre_deactivate($data) {
static function module_change($changes) {
if (!module::is_active("rest") || in_array("rest", $changes->deactivate)) {
site_status::warning(
t("The Organize module requires the Rest module.. " .
t("The Organize module requires the Rest module. " .
"<a href=\"%url\">Activate the Rest module now</a>",
array("url" => html::mark_clean(url::site("admin/modules")))),
"organize_needs_rest");
Expand Down

0 comments on commit d96ce71

Please sign in to comment.