Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Commit

Permalink
Correct name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiiks committed Mar 30, 2016
1 parent fd07b37 commit b767f9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Plugins/mediaSupport.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit b767f9b

Please sign in to comment.