Skip to content

Commit

Permalink
FORGE-1514 - Command project-add-managed-dependency should be renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
lincolnthree committed Jan 28, 2014
1 parent a5f50d2 commit 9469d24
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ public class AddManagedDependenciesCommand extends AbstractProjectCommand
public UICommandMetadata getMetadata(UIContext context)
{
return Metadata.forCommand(AddManagedDependenciesCommand.class)
.description("Add a managed dependency to the current project.")
.name("Project: Add Managed Dependency")
.description("Add one or more managed dependencies to the current project.")
.name("Project: Add Managed Dependencies")
.category(Categories.create("Project", "Manage"));
}

Expand Down

0 comments on commit 9469d24

Please sign in to comment.