Merge pull request #759 from patbolo/bugfix/7832

FIX 7832 Lang files for ss macron plugin - correct path to "langs", not "lang"
This commit is contained in:
Sam Minnée 2012-08-30 17:24:07 -07:00
commit 1629a856de
5 changed files with 7 additions and 3 deletions

View File

@ -40,7 +40,7 @@
// Register buttons
ed.addButton('ssmacron', {
title : t.editor.translate('insertmacron'),
title : ed.getLang('tinymce_ssmacron.insertmacron'),
cmd : 'mceInsertMacron',
image : url + '/img/macron.png'
});

View File

@ -1 +0,0 @@
tinyMCE.addI18n('en.ssmacron',{'insertmacron': 'Insert a Macron'});

View File

@ -1 +0,0 @@
tinyMCE.addI18n('mi_NZ.ssmacron',{'insertmacron': 'T\u0101urua he tohut\u014D'});

View File

@ -0,0 +1,3 @@
tinyMCE.addI18n('en.tinymce_ssmacron', {
insertmacron: 'Insert a macron'
});

View File

@ -0,0 +1,3 @@
tinyMCE.addI18n('mi_NZ.tinymce_ssmacron', {
insertmacron: 'T\u0101urua he tohut\u014D'
});