aboutsummaryrefslogtreecommitdiff
path: root/mod/tinymce/languages/en.php
blob: 9d1396da478f6abed17230b27c1208aa9348a1e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

	$english = array(
	
		/**
		 * Menu items and titles
		 */
	
		'tinymce:remove' => "Add/Remove editor",
	
	);
					
	add_translation("en",$english);

?>