Skip to content

Commit

Permalink
Dev Small translation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Nov 20, 2013
1 parent 8748a89 commit d2b9337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/participants/attributeMap_view.php
Expand Up @@ -13,7 +13,7 @@
/* SCRIPT TEXT */
var attributesMappedText = "<?php $clang->eT("All the attributes are automatically mapped") ?>";
var mustPairAttributeText= "<?php $clang->eT("You have to pair it with one attribute of the token table") ?>";
var onlyOneAttributeMappedText="<?php $clang->eT("Only one central attribute is mapped with token attribute ") ?>";
var onlyOneAttributeMappedText="<?php $clang->eT("Only one central attribute is mapped with token attribute") ?>";
var cannotAcceptTokenAttributesText="<?php $clang->eT("This list cannot accept token attributes.") ?>";

</script>
Expand Down

0 comments on commit d2b9337

Please sign in to comment.