Skip to content

Commit

Permalink
Fixed issue #7877: Missing translation "Loading" when browsing tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Jun 2, 2013
1 parent 6e453e0 commit 5358d05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions application/views/admin/token/browse.php
Expand Up @@ -35,6 +35,7 @@
<script type="text/javascript">
<!--
var sAddParticipantToCPDBText = '<?php $clang->eT("Add participants to central database",'js');?>';
var sLoadText = '<?php $clang->eT("Loading...",'js');?>';
var sSelectRowMsg = "<?php $clang->eT("Please select at least one participant.", 'js') ?>";
var sWarningMsg = "<?php $clang->eT("Warning", 'js') ?>";
var sRecordText = '<?php $clang->eT("View {0} - {1} of {2}",'js');?>';
Expand Down
1 change: 1 addition & 0 deletions scripts/admin/tokens.js
Expand Up @@ -127,6 +127,7 @@ $(document).ready(function() {
});
var lastSel,lastSel2;
jQuery("#displaytokens").jqGrid({
loadtext : sLoadText,
recordtext: sRecordText,
emptyrecords: sEmptyRecords,
pgtext: sPageText,
Expand Down

0 comments on commit 5358d05

Please sign in to comment.