FIX 7832 Lang files for ss macron plugin - correct path to "langs", not "lang"

MINOR Use consistent ed.getLang method
This commit is contained in:
jean 2012-08-31 11:41:10 +12:00
parent f3fcae315d
commit 85ab39b280
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'
});