Fixed a couple of typos in the ToolTipText fields.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1602 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lhauch 2006-09-22 16:08:53 +00:00
parent 0f6a65114e
commit 2ee91a39f1
2 changed files with 3 additions and 3 deletions

View File

@ -118,7 +118,7 @@ public class PpisDlg extends IDialog implements ItemListener {
jComboBoxPpiType.setPreferredSize(new java.awt.Dimension(320, 20));
jComboBoxPpiType.addItemListener(this);
jComboBoxPpiType
.setToolTipText("<html>PPIs are named by GUID.<br>PPI Notify is consumed via a register PPI Notify mechanism");
.setToolTipText("<html>PPIs are named by GUID.<br>PPI Notify is consumed via a register PPI Notify mechanism</html>");
}
return jComboBoxPpiType;
}

View File

@ -166,8 +166,8 @@ public class SourceFilesDlg extends IDialog {
iComboBoxToolCode = new IComboBox();
iComboBoxToolCode.setBounds(new java.awt.Rectangle(168, 62, 340, 20));
iComboBoxToolCode.setPreferredSize(new java.awt.Dimension(340, 20));
iComboBoxToolCode.setToolTipText("<html>You may select a specific tool command from drop down list, <br>"
+ "or you can DOUBLE-CLICK this fild to enter your customizing <br>"
iComboBoxToolCode.setToolTipText("<html>You may select a specific tool command from drop down list,<br>"
+ "or you can DOUBLE-CLICK this feild to enter your customized<br>"
+ "tool command.<br>"
+ "Press ENTER to save your input or press ESCAPE to quit</html>");
}