Skip to content

Commit

Permalink
Unify labels
Browse files Browse the repository at this point in the history
Labels that were reading "DICE Delivery Tool" and "DICE Deploy"
are now unified into "DICE Deployments".
  • Loading branch information
matejart committed Apr 13, 2017
1 parent 65171c7 commit 4d0d4c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bundles/org.dice.deployments.ui/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
delegate="org.dice.deployments.ui.launchers.LaunchDeployDelegate"
id="org.dice.deployments.ui.launchDeployConfigurationType"
modes="run, debug"
name="DICE Deploy">
name="DICE Deployments">
</launchConfigurationType>
</extension>
<extension
Expand Down Expand Up @@ -64,7 +64,7 @@
<command
defaultHandler="org.dice.deployments.ui.commands.OpenRunConfig"
id="org.dice.deployments.ui.commands.OpenRunConfig"
name="DICE Delivery Tool">
name="DICE Deployments">
</command>
</extension>
<extension
Expand All @@ -75,7 +75,7 @@
<command
commandId="org.dice.deployments.ui.commands.OpenRunConfig"
icon="icons/deployments.png"
label="DICE Delivery Tool"
label="DICE Deployments"
style="push">
</command>
</menuContribution>
Expand Down

0 comments on commit 4d0d4c3

Please sign in to comment.