Correct name

This commit is contained in:
Jiiks 2016-03-30 04:44:38 +03:00
parent fd07b37bc7
commit b767f9b4f7
1 changed files with 2 additions and 2 deletions

View File

@ -48,10 +48,10 @@ mediaSupport.prototype.getSettingsPanel = function () {
};
mediaSupport.prototype.getName = function () {
return "Video Support";
return "Media Support";
};
mediaSupport.prototype.getDescription = function () {
return "Add support for html5 video";
return "Add support for html5 media";
};
mediaSupport.prototype.getVersion = function () {
return "0.1.0";