Skip to content

Commit

Permalink
Codemirror fullscreen modifier message (do we still need this?)
Browse files Browse the repository at this point in the history
  • Loading branch information
okonomiyaki3000 committed Oct 27, 2017
1 parent 6662dc2 commit fcf9b42
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@

?>

<p class="label"><?php echo JText::sprintf('PLG_CODEMIRROR_TOGGLE_FULL_SCREEN', $params->get('fullScreen', 'F10')); ?></p>
<p class="label">
<?php echo JText::sprintf('PLG_CODEMIRROR_TOGGLE_FULL_SCREEN', $modifier, $params->get('fullScreen', 'F10')); ?>
</p>

<?php
echo '<textarea class="codemirror-source" name="', $name,
Expand Down

0 comments on commit fcf9b42

Please sign in to comment.