fixes typo in alert message

pull/61/head
Christophe Vandeplas 2012-05-16 10:27:09 +02:00
parent c426537c73
commit 6da1906bf4
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
<td class="actions">
<?php
if (0 == $event['Event']['published'] && ($isAdmin || $event['Event']['org'] == $me['org']))
echo $this->Form->postLink('Publish Event', array('action' => 'alert', $event['Event']['id']), null, 'Are you sure this event is complete and everyone should be published?');
echo $this->Form->postLink('Publish Event', array('action' => 'alert', $event['Event']['id']), null, 'Are you sure this event is complete and everyone should be informed?');
elseif (0 == $event['Event']['published']) echo 'Not published';
?>
<?php