]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/NewFileChooser.java
Changed spelling to manifest
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / NewFileChooser.java
index 9924d56a3a2c75e27ba67644221f3a3b0a96e0fc..18cbdb8a8ba2e49c244004577bc73bde4a368446 100644 (file)
@@ -134,7 +134,7 @@ public class NewFileChooser extends IDialog {
     private JRadioButton getJRadioButtonPlatform() {\r
         if (jRadioButtonPlatform == null) {\r
             jRadioButtonPlatform = new JRadioButton();\r
-            jRadioButtonPlatform.setText(DataType.PACKAGE_SURFACE_AREA);\r
+            jRadioButtonPlatform.setText(DataType.PLATFORM_SURFACE_AREA);\r
             jRadioButtonPlatform.setBounds(new java.awt.Rectangle(20, 80, 240, 20));\r
         }\r
         return jRadioButtonPlatform;\r
@@ -171,7 +171,7 @@ public class NewFileChooser extends IDialog {
     private void init() {\r
         this.setSize(310, 220);\r
         this.setContentPane(getJContentPane());\r
-        this.setTitle("New Framework File");\r
+        this.setTitle("Select New File Type");\r
         this.centerWindow();\r
     }\r
 \r