Skip to content

Commit

Permalink
Use the correct RESPONSE descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Dec 18, 2015
1 parent f53e6fd commit dbda854
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kronolith/templates/dynamic/edit.inc
Expand Up @@ -99,10 +99,10 @@
<p>
<label for="kronolithEventAttendance"><?php echo _("Update attendance to") ?>:</label>
<select name="attendance" id="kronolithEventAttendance" tabindex="8">
<option value="<?php echo Kronolith::RESPONSE_NONE ?>" selected="selected"><?php echo _("Not Decided") ?></option>
<option value="<?php echo Kronolith::RESPONSE_NONE ?>" selected="selected"><?php echo _("None") ?></option>
<option value="<?php echo Kronolith::RESPONSE_TENTATIVE ?>"><?php echo _("Tentative") ?></option>
<option value="<?php echo Kronolith::RESPONSE_ACCEPTED ?>"><?php echo _("Confirmed") ?></option>
<option value="<?php echo Kronolith::RESPONSE_DECLINED ?>"><?php echo _("Cancelled") ?></option>
<option value="<?php echo Kronolith::RESPONSE_ACCEPTED ?>"><?php echo _("Accepted") ?></option>
<option value="<?php echo Kronolith::RESPONSE_DECLINED ?>"><?php echo _("Declined") ?></option>
</select>
</p>
</div>
Expand Down

0 comments on commit dbda854

Please sign in to comment.