Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

Commit

Permalink
Use lowercase for description translation string.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirix committed Apr 21, 2013
1 parent ddfff51 commit 5e2e5e0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
<?php echo Form::select('status', traq\models\Milestone::status_select_options(), array('value' => $milestone->_is_new() ? 1 : $milestone->status)); ?>
</div>
<div class="group">
<label><?php echo l('Description'); ?></label>
<label><?php echo l('description'); ?></label>
<?php echo Form::textarea('info', array('value' => $milestone->info, 'class' => 'editor')); ?>
</div>
<div class="group">
<label><?php echo l('display_order'); ?></label>
<?php echo Form::text('displayorder', array('value' => $milestone->displayorder)); ?>
</div>
</div>

0 comments on commit 5e2e5e0

Please sign in to comment.