]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/common/ui/IComboBox.java
Fixed grammar in messages.
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / common / ui / IComboBox.java
index bba08664bb2c85449c6c79ad90046b797a504cd6..68c368e29b16b57ad790742ae8d7a135741a42bd 100644 (file)
@@ -92,8 +92,8 @@ public class IComboBox extends JComboBox implements KeyListener, MouseListener,
         this.addKeyListener(this);\r
         this.getEditor().getEditorComponent().addKeyListener(this);\r
         this.getEditor().getEditorComponent().addFocusListener(this);\r
-        this.setToolTipText("<html>Double Click to add an entry and finished by press ENTER. <br>"\r
-                            + "Press DELETE can remove selected entry.</html>");\r
+        this.setToolTipText("<html>Double Click to add an entry, then finish by press ENTER.<br>"\r
+                            + "Selecting DELETE will remove selected entry.</html>");\r
     }\r
 \r
     public void keyPressed(KeyEvent arg0) {\r