Skip to content

Commit

Permalink
Fixed issue #8893: Missing translation
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Mar 24, 2014
1 parent 074a0cb commit 530bcc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/views/admin/participants/importCSV_view.php
Expand Up @@ -69,6 +69,6 @@
<p>
<?php $clang->eT("File should be a standard CSV (comma delimited) file with optional double quotes around values (default for OpenOffice and Excel). The first line must contain the field names. The fields can be in any order."); ?>
</p>
<span style="font-weight:bold;">Mandatory fields:</span> firstname, lastname, email <br/>
<span style="font-weight:bold;">Optional fields:</span> blacklist,language
<span style="font-weight:bold;"><?php $clang->eT("Mandatory fields:") ?></span> firstname, lastname, email <br/>
<span style="font-weight:bold;"><?php $clang->eT("Optional fields:") ?></span> blacklist,language
</div>

0 comments on commit 530bcc9

Please sign in to comment.