Skip to content

Commit

Permalink
Fixed issue #8734: Missing translation when exporting participants fr…
Browse files Browse the repository at this point in the history
…om CPDB grid
  • Loading branch information
c-schmitz committed Feb 25, 2014
1 parent 7d288d3 commit d689229
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/admin/participantdisplay.js
Expand Up @@ -454,7 +454,9 @@ $(document).ready(function() {
height : 300,
open: function(event, ui) {
$('#attributes').multiselect({ includeSelectAllOption:true,
selectAllText: 'Select all',
selectAllText: sSelectAllText,
nonSelectedText: sNonSelectedText,
nSelectedText: sNSelectedText,
maxHeight: 140 });
}
});
Expand Down

0 comments on commit d689229

Please sign in to comment.