Index: lams_central/web/ckeditor/plugins/skype/plugin.js
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/ckeditor/plugins/skype/Attic/plugin.js,v
diff -u -r1.1 -r1.2
--- lams_central/web/ckeditor/plugins/skype/plugin.js 5 Nov 2012 19:08:42 -0000 1.1
+++ lams_central/web/ckeditor/plugins/skype/plugin.js 5 Nov 2012 20:11:21 -0000 1.2
@@ -47,7 +47,7 @@
},
{
type : 'html',
- html : ''+ editor.lang.skype.SkypeHelp+''
+ html : ''+ editor.lang.skype.SkypeHelp+''
}
]
}
Index: lams_central/web/ckeditor/plugins/skype/lang/en.js
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/ckeditor/plugins/skype/lang/Attic/en.js,v
diff -u -r1.1 -r1.2
--- lams_central/web/ckeditor/plugins/skype/lang/en.js 5 Nov 2012 19:08:42 -0000 1.1
+++ lams_central/web/ckeditor/plugins/skype/lang/en.js 5 Nov 2012 20:11:21 -0000 1.2
@@ -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.'