blob: b4f5b0b4e1038a25b339a4aa929439934f04a149 (
plain)
1
2
3
4
5
6
7
|
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'newpage', 'en-au', {
toolbar: 'New Page'
});
|