- Update naming of footnotes in wysiwyg editor

- Update readme.txt

git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@920416 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
Mark Cheret 2014-05-24 17:39:33 +00:00
parent 9645037f0c
commit 0f6e468165
2 changed files with 8 additions and 8 deletions

View file

@ -6,7 +6,7 @@
tinymce.create('tinymce.plugins.Footnotes', {
/**
* Initializes the plugin, this will be executed after the plugin has been created.
* This call is done before the editor instance has finished it's initialization so use the onInit event
* This call is done before the editor instance has finished its initialization so use the onInit event
* of the editor instance to intercept that event.
*
* @param {tinymce.Editor} ed Editor instance that the plugin is initialized in.
@ -14,7 +14,7 @@
*/
init : function(ed, url) {
ed.addButton('footnotes', {
title : 'Footnotes',
title : 'footnotes',
cmd : 'footnotes',
image : url + '/../img/fn-wysiwyg.png'
});
@ -62,7 +62,7 @@
*/
getInfo : function() {
return {
longname : 'Insert Footnotes tag',
longname : 'insert footnotes tag',
author : 'media competence institute',
authorurl : 'http://cheret.co.uk/mci',
infourl : 'http://wordpress.org/plugins/footnotes/',