Fixed wording for Legacy FlashMap.h Header question

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1614 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lhauch 2006-09-25 20:00:57 +00:00
parent eeaddae296
commit 8de0094c04
1 changed files with 1 additions and 1 deletions

View File

@ -1602,7 +1602,7 @@ public class MsaHeader extends IInternalFrame {
if (jCheckBoxFlashMap == null) {
jCheckBoxFlashMap = new JCheckBox();
jCheckBoxFlashMap.setBounds(new java.awt.Rectangle(labelCol, 555, 480, 20));
jCheckBoxFlashMap.setText("Are you using a legacy FlashMap header file?");
jCheckBoxFlashMap.setText("Does this module require a legacy FlashMap header file?");
jCheckBoxFlashMap.addFocusListener(this);
}
return jCheckBoxFlashMap;