Index: lams_central/web/ckeditor/plugins/skype/lang/en.js =================================================================== diff -u -re582cf3845a4ca84e6ea709c249d475876c0227d -rbea49e0fb385492f944ef1eac1313531d41b2e83 --- lams_central/web/ckeditor/plugins/skype/lang/en.js (.../en.js) (revision e582cf3845a4ca84e6ea709c249d475876c0227d) +++ lams_central/web/ckeditor/plugins/skype/lang/en.js (.../en.js) (revision bea49e0fb385492f944ef1eac1313531d41b2e83) @@ -3,7 +3,7 @@ // Toolbar button SkypeBtn : 'Insert Skype button', SkypeTitle: 'Skype Properties', - SkypeTxt: 'Please type the skype contact name.', + SkypeTxt: 'The Skype Plugin allows you to embed a button that will allow your students to chat with you using Skype. Just insert your Skype contact name.', SkypeHelp: 'How to use this?', SkypeContactName: 'Skype contact name:', SkypeValidationError: 'You must enter an Skype contact name or Cancel to abort.' Index: lams_central/web/ckeditor/plugins/skype/plugin.js =================================================================== diff -u -re582cf3845a4ca84e6ea709c249d475876c0227d -rbea49e0fb385492f944ef1eac1313531d41b2e83 --- lams_central/web/ckeditor/plugins/skype/plugin.js (.../plugin.js) (revision e582cf3845a4ca84e6ea709c249d475876c0227d) +++ lams_central/web/ckeditor/plugins/skype/plugin.js (.../plugin.js) (revision bea49e0fb385492f944ef1eac1313531d41b2e83) @@ -47,7 +47,7 @@ }, { type : 'html', - html : ''+ editor.lang.skype.SkypeHelp+'' + html : ''+ editor.lang.skype.SkypeHelp+'' } ] }