Browse Source

Text fix.

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@773 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 18 years ago
parent
commit
38a8c28958
  1. 2
      prism/src/userinterface/properties/GUIMultiProperties.java

2
prism/src/userinterface/properties/GUIMultiProperties.java

@ -1780,7 +1780,7 @@ public class GUIMultiProperties extends GUIPlugin implements MouseListener, List
};
details.putValue(Action.LONG_DESCRIPTION, "Shows the details for the currently selected properties in a dialog box.");
details.putValue(Action.MNEMONIC_KEY, new Integer(KeyEvent.VK_D));
details.putValue(Action.NAME, "Show Details");
details.putValue(Action.NAME, "Show details");
details.putValue(Action.SMALL_ICON, GUIPrism.getIconFromImage("smallDetails.png"));
verifySelected = new AbstractAction()

Loading…
Cancel
Save