Index: lams_tool_wiki/web/wikilink/lang/en.js =================================================================== diff -u -r0a0d57ab1d0c6cd52921c132667b25e93082662b -rd309e31cb215e844f41d2579964ffdc0a62124fa --- lams_tool_wiki/web/wikilink/lang/en.js (.../en.js) (revision 0a0d57ab1d0c6cd52921c132667b25e93082662b) +++ lams_tool_wiki/web/wikilink/lang/en.js (.../en.js) (revision d309e31cb215e844f41d2579964ffdc0a62124fa) @@ -1,13 +1,8 @@ -CKEDITOR.plugins.setLang( 'WikiLink', 'en', - { - wikilink : - { - WikiLinkBtn : 'Insert/Edit Wiki Link' , - WikiLinkToolTip : 'Insert or edit a link to a Wiki page' , - WikiLinkText : 'Link Alias:' , - WikiLinkExisting : 'Wiki Page:' , - WikiLinkErrNoName : 'Please enter the Link Alias' , - WikiLinkErrNoWiki : 'Please specify which Wiki you would like to link to' - } - } - ); \ No newline at end of file +CKEDITOR.plugins.setLang( 'wikilink', 'en', { + WikiLinkBtn : 'Insert/Edit Wiki Link' , + WikiLinkToolTip : 'Insert or edit a link to a Wiki page' , + WikiLinkText : 'Link Alias:' , + WikiLinkExisting : 'Wiki Page:' , + WikiLinkErrNoName : 'Please enter the Link Alias' , + WikiLinkErrNoWiki : 'Please specify which Wiki you would like to link to' +}); \ No newline at end of file