Skip to content
Snippets Groups Projects
Commit 168aa22a authored by Sebastian Krings's avatar Sebastian Krings
Browse files

renamed some menu entries

parent 790cb460
No related branches found
No related tags found
No related merge requests found
...@@ -1071,21 +1071,21 @@ ...@@ -1071,21 +1071,21 @@
<command <command
commandId="de.prob.ui.deadlock_check" commandId="de.prob.ui.deadlock_check"
icon="icons/DeadlockCheck.png" icon="icons/DeadlockCheck.png"
label="Deadlock Freedom Checking" label="Deadlock Freedom"
mnemonic="D" mnemonic="D"
style="push"> style="push">
</command> </command>
<command <command
commandId="de.prob.ui.invariant_check" commandId="de.prob.ui.invariant_check"
icon="icons/CBCInvariantCheck.png" icon="icons/CBCInvariantCheck.png"
label="Invariant Preservation Checking" label="Invariant Preservation"
mnemonic="I" mnemonic="I"
style="push"> style="push">
</command> </command>
<command <command
commandId="de.prob.ui.refinement_check" commandId="de.prob.ui.refinement_check"
icon="icons/CBCInvariantCheck.png" icon="icons/CBCInvariantCheck.png"
label="Refinement Checking" label="Refinement Proof Obligations"
mnemonic="R" mnemonic="R"
style="push"> style="push">
</command> </command>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment