Skip to content

Commit

Permalink
Updated plugin descriptions for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkulchenko committed Nov 22, 2017
1 parent 89bfe83 commit c18b46f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tasks.lua
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ end
-- our plugin/package object/table
local package = {
name = "Tasks panel",
description = "Project wide tasks panel.",
description = "Provides project wide tasks panel.",
author = "Paul Reilly",
version = 0.94,
dependencies = 1.61,
Expand Down
2 changes: 1 addition & 1 deletion urho3d.lua
Original file line number Diff line number Diff line change
Expand Up @@ -87333,7 +87333,7 @@ local api = {

return {
name = "Urho3D",
description = "Urho3D game engine integration.",
description = "Implements integration with Urho3D game engine.",
author = "Danny Boisvert (https://github.com/silverkorn)",
version = 0.41,
dependencies = 1.40,
Expand Down

0 comments on commit c18b46f

Please sign in to comment.