Skip to content

Commit

Permalink
Fixed issue #7076: Missing translation and wrong truncating
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Jan 9, 2013
1 parent e4e3753 commit 28c4bd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application/views/admin/htmleditor/pop_editor_view.php
Expand Up @@ -26,6 +26,8 @@ function closeme()


var saveChanges = false;
var sReplacementFieldTitle = '<?php $clang->eT('LameSurvey replacement field properties','js');?>';
var sReplacementFieldButton = '<?php $clang->eT('Insert/edit LimeSurvey replacement field','js');?>';
$(document).ready(function(){
CKEDITOR.on('instanceReady',CKeditor_OnComplete);
var oCKeditor = CKEDITOR.replace( 'MyTextarea' , { height : '350',
Expand Down

0 comments on commit 28c4bd5

Please sign in to comment.